Interface CommonUserProfileRepository<T extends CommonUserProfile>
- All Superinterfaces:
tech.corefinance.common.repository.CommonResourceRepository<T,,String> org.springframework.data.repository.CrudRepository<T,,String> org.springframework.data.repository.ListCrudRepository<T,,String> org.springframework.data.repository.ListPagingAndSortingRepository<T,,String> org.springframework.data.repository.PagingAndSortingRepository<T,,String> org.springframework.data.repository.query.QueryByExampleExecutor<T>,org.springframework.data.repository.Repository<T,String>
@NoRepositoryBean
public interface CommonUserProfileRepository<T extends CommonUserProfile>
extends tech.corefinance.common.repository.CommonResourceRepository<T,String>
-
Method Summary
Modifier and TypeMethodDescriptionfindFirstByEmailIgnoreCaseOrUsernameIgnoreCase(String email, String username) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findAll, findAll, findBy, findOne
-
Method Details
-
findFirstByEmailIgnoreCaseOrUsernameIgnoreCase
-