Interface AccessRightRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<AccessRightEntity,String>
,AbstractKeyNameEntityCustomRepository<AccessRightEntity,String>
,FindBeansRepositoryCustom<AccessRightEntity,AccessRightSearchBean>
- All Known Subinterfaces:
AccessRightRepository
- All Known Implementing Classes:
AccessRightRepositoryImpl
public interface AccessRightRepositoryCustom extends AbstractKeyNameEntityCustomRepository<AccessRightEntity,String>, FindBeansRepositoryCustom<AccessRightEntity,AccessRightSearchBean>
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-