Package org.openiam.esb.repository
Interface AuthLevelRepository
-
- All Superinterfaces:
AbstractEntityRepository<AuthLevelEntity,String>
,AbstractKeyEntityRepository<AuthLevelEntity,String>
,AbstractKeyNameEntityRepository<AuthLevelEntity,String>
,org.springframework.data.repository.CrudRepository<AuthLevelEntity,String>
,org.springframework.data.jpa.repository.JpaRepository<AuthLevelEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<AuthLevelEntity>
,org.springframework.data.repository.PagingAndSortingRepository<AuthLevelEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<AuthLevelEntity>
,org.springframework.data.repository.Repository<AuthLevelEntity,String>
@Repository public interface AuthLevelRepository extends AbstractKeyNameEntityRepository<AuthLevelEntity,String>
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
-