Interface IdentityRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<IdentityEntity,String>
,FindBeansRepositoryCustom<IdentityEntity,IdentitySearchBean>
- All Known Subinterfaces:
IdentityRepository
- All Known Implementing Classes:
IdentityRepositoryImpl
public interface IdentityRepositoryCustom extends AbstractKeyEntityCustomRepository<IdentityEntity,String>, FindBeansRepositoryCustom<IdentityEntity,IdentitySearchBean>
This is repository for working with IdentityEntity- Author:
- Andrey Lezhebokov
-
-
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
-
-