Package org.openiam.esb.repository
Interface AbstractEntitlementPolicyRepository<T extends AbstractEntitlementPolicyEntity,KeyType extends Serializable>
-
- All Superinterfaces:
AbstractEntityRepository<T,KeyType>
,AbstractKeyEntityRepository<T,KeyType>
,AbstractKeyNameEntityRepository<T,KeyType>
,AbstractMetadataTypeRepository<T,KeyType>
,org.springframework.data.repository.CrudRepository<T,KeyType>
,org.springframework.data.jpa.repository.JpaRepository<T,KeyType>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
,org.springframework.data.repository.PagingAndSortingRepository<T,KeyType>
,org.springframework.data.repository.query.QueryByExampleExecutor<T>
,org.springframework.data.repository.Repository<T,KeyType>
- All Known Subinterfaces:
OrganizationRepository
,RoleRepository
public interface AbstractEntitlementPolicyRepository<T extends AbstractEntitlementPolicyEntity,KeyType extends Serializable> extends AbstractMetadataTypeRepository<T,KeyType>
-
-
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
-
-