Interface AddressRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<AddressEntity,String>
,AbstractKeyNameEntityCustomRepository<AddressEntity,String>
,FindBeansRepositoryCustom<AddressEntity,AddressSearchBean>
- All Known Subinterfaces:
AddressRepository
- All Known Implementing Classes:
AddressRepositoryImpl
public interface AddressRepositoryCustom extends AbstractKeyNameEntityCustomRepository<AddressEntity,String>, FindBeansRepositoryCustom<AddressEntity,AddressSearchBean>
- Author:
- Asker Kazharov
-
-
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
-
-