Interface EmailAddressRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<EmailAddressEntity,String>
,AbstractKeyNameEntityCustomRepository<EmailAddressEntity,String>
,AbstractMetadataTypeRepositoryCustom<EmailAddressEntity,String>
,FindBeansRepositoryCustom<EmailAddressEntity,EmailSearchBean>
- All Known Subinterfaces:
EmailAddressRepository
- All Known Implementing Classes:
EmailAddressRepositoryImpl
public interface EmailAddressRepositoryCustom extends AbstractMetadataTypeRepositoryCustom<EmailAddressEntity,String>, FindBeansRepositoryCustom<EmailAddressEntity,EmailSearchBean>
This is custom repository for working with EmailAddressEntity- Author:
- Sanchir Kartiev
-
-
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
-
-