Interface AuthInfoRepository
- All Superinterfaces:
AuthInfoRepositoryCustom,org.springframework.data.repository.CrudRepository<AuthInfo,,UUID> org.springframework.data.jpa.repository.JpaRepository<AuthInfo,,UUID> org.springframework.data.repository.ListCrudRepository<AuthInfo,,UUID> org.springframework.data.repository.ListPagingAndSortingRepository<AuthInfo,,UUID> org.springframework.data.repository.PagingAndSortingRepository<AuthInfo,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<AuthInfo>,org.springframework.data.repository.Repository<AuthInfo,UUID>
@Repository
public interface AuthInfoRepository
extends org.springframework.data.jpa.repository.JpaRepository<AuthInfo,UUID>, AuthInfoRepositoryCustom
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByRoles_name(String roleName) findByRoles_PrivilegesAndBlockedIsNull(Privilege privilege) findByUsername(String username) findByUsernameOrEmail(String username, String email) voidsetBlocked(UUID id, Instant blocked) Methods inherited from interface hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom
findAllForGridMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods 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, findBy, findOne
-
Method Details
-
findByUsername
-
findByUsernameOrEmail
-
findByRoles_PrivilegesAndBlockedIsNull
-
setBlocked
-
countByRoles_name
-