public interface UserRepository extends org.springframework.data.repository.CrudRepository<LocalUser,String>
Optional<LocalUser>
findByAuthZeroId(String auth0Id)
findByEmail(String phone)
findByPhone(String phone)
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Optional<LocalUser> findByEmail(String phone)
Optional<LocalUser> findByPhone(String phone)
Optional<LocalUser> findByAuthZeroId(String auth0Id)
Copyright © 2019. All rights reserved.