Interface EmailElasticSearchRepositoryCustom
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<EmailDoc,EmailSearchBean,String>
- All Known Subinterfaces:
EmailElasticSearchRepository
- All Known Implementing Classes:
EmailElasticSearchRepositoryImpl
public interface EmailElasticSearchRepositoryCustom extends AbstractCustomElasticSearchRepository<EmailDoc,EmailSearchBean,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.elasticsearch.index.query.QueryBuilder>
getNestedQueryBuilder(String prefix, EmailSearchBean searchBean)
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-
-
-
Method Detail
-
getNestedQueryBuilder
List<org.elasticsearch.index.query.QueryBuilder> getNestedQueryBuilder(String prefix, EmailSearchBean searchBean)
-
-