Interface ResourceRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<ResourceEntity,String>
,AbstractKeyNameEntityCustomRepository<ResourceEntity,String>
,AbstractMetadataTypeRepositoryCustom<ResourceEntity,String>
,EvictableCustomRepository<ResourceEntity>
,FindBeansRepositoryCustom<ResourceEntity,ResourceSearchBean>
- All Known Subinterfaces:
ResourceRepository
- All Known Implementing Classes:
ResourceRepositoryImpl
public interface ResourceRepositoryCustom extends AbstractMetadataTypeRepositoryCustom<ResourceEntity,String>, FindBeansRepositoryCustom<ResourceEntity,ResourceSearchBean>, EvictableCustomRepository<ResourceEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ResourceEntity>
findForSynchronizationRequest(SynchronizationRequestSearchBean searchBean)
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.openiam.esb.repository.custom.EvictableCustomRepository
evict, evict, evict
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-
-
-
Method Detail
-
findForSynchronizationRequest
List<ResourceEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean searchBean)
-
-