Package org.openiam.esb.repository
Interface MngSysPolicyRepository
-
- All Superinterfaces:
AbstractEntityRepository<MngSysPolicyEntity,String>
,AbstractKeyEntityCustomRepository<MngSysPolicyEntity,String>
,AbstractKeyEntityRepository<MngSysPolicyEntity,String>
,AbstractKeyNameEntityCustomRepository<MngSysPolicyEntity,String>
,AbstractKeyNameEntityRepository<MngSysPolicyEntity,String>
,AbstractMetadataTypeRepository<MngSysPolicyEntity,String>
,AbstractMetadataTypeRepositoryCustom<MngSysPolicyEntity,String>
,org.springframework.data.repository.CrudRepository<MngSysPolicyEntity,String>
,FindBeansRepositoryCustom<MngSysPolicyEntity,MngSysPolicySearchBean>
,org.springframework.data.jpa.repository.JpaRepository<MngSysPolicyEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<MngSysPolicyEntity>
,MngSysPolicyRepositoryCustom
,org.springframework.data.repository.PagingAndSortingRepository<MngSysPolicyEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<MngSysPolicyEntity>
,org.springframework.data.repository.Repository<MngSysPolicyEntity,String>
@Repository public interface MngSysPolicyRepository extends AbstractMetadataTypeRepository<MngSysPolicyEntity,String>, MngSysPolicyRepositoryCustom
-
-
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.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
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
-
-