Interface UserElasticSearchRepositoryCustom
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<UserDoc,UserSearchBean,String>
- All Known Subinterfaces:
UserElasticSearchRepository
- All Known Implementing Classes:
UserElasticSearchRepositoryImpl
public interface UserElasticSearchRepositoryCustom extends AbstractCustomElasticSearchRepository<UserDoc,UserSearchBean,String>
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-