Package org.openiam.esb.repository
Interface AuthLevelAttributeRepository
-
- All Superinterfaces:
AbstractEntityRepository<AuthLevelAttributeEntity,String>
,AbstractKeyEntityCustomRepository<AuthLevelAttributeEntity,String>
,AbstractKeyEntityRepository<AuthLevelAttributeEntity,String>
,AbstractKeyNameEntityCustomRepository<AuthLevelAttributeEntity,String>
,AbstractKeyNameEntityRepository<AuthLevelAttributeEntity,String>
,org.springframework.data.repository.CrudRepository<AuthLevelAttributeEntity,String>
,org.springframework.data.jpa.repository.JpaRepository<AuthLevelAttributeEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<AuthLevelAttributeEntity>
,org.springframework.data.repository.PagingAndSortingRepository<AuthLevelAttributeEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<AuthLevelAttributeEntity>
,org.springframework.data.repository.Repository<AuthLevelAttributeEntity,String>
@Repository public interface AuthLevelAttributeRepository extends AbstractKeyNameEntityRepository<AuthLevelAttributeEntity,String>, AbstractKeyNameEntityCustomRepository<AuthLevelAttributeEntity,String>
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
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
-
-