Interface PhoneRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<PhoneEntity,String>
,FindBeansRepositoryCustom<PhoneEntity,PhoneSearchBean>
- All Known Subinterfaces:
PhoneRepository
- All Known Implementing Classes:
PhoneRepositoryImpl
public interface PhoneRepositoryCustom extends AbstractKeyEntityCustomRepository<PhoneEntity,String>, FindBeansRepositoryCustom<PhoneEntity,PhoneSearchBean>
This is repository for working with PhoneEntity- 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
-
-