Interface AbstractAttributeElasticSearchRepositoryCustom<T extends AbstractAttributeDoc,S extends AbstractAttributeSearchBean>
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<T,S,String>
- All Known Subinterfaces:
GroupAttributeElasticSearchRepository
,GroupAttributeElasticSearchRepositoryCustom
,ResourceAttributeElasticSearchRepository
,ResourceAttributeElasticSearchRepositoryCustom
,UserAttributeElasticSearchRepository
,UserAttributeElasticSearchRepositoryCustom
- All Known Implementing Classes:
GroupAttributeElasticSearchRepositoryImpl
,ResourceAttributeElasticSearchRepositoryImpl
,UserAttributeElasticSearchRepositoryImpl
public interface AbstractAttributeElasticSearchRepositoryCustom<T extends AbstractAttributeDoc,S extends AbstractAttributeSearchBean> extends AbstractCustomElasticSearchRepository<T,S,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.elasticsearch.index.query.QueryBuilder>
getNestedQueryBuilder(String prefix, S searchBean)
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-