Interface LocationRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<LocationEntity,String>
,FindBeansRepositoryCustom<LocationEntity,LocationSearchBean>
- All Known Subinterfaces:
LocationRepository
- All Known Implementing Classes:
LocationRepositoryImpl
public interface LocationRepositoryCustom extends AbstractKeyEntityCustomRepository<LocationEntity,String>, FindBeansRepositoryCustom<LocationEntity,LocationSearchBean>
This is custom repository for working with LocationEntity- 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
-
-