public class ElasticsearchQueryCreator extends org.springframework.data.repository.query.parser.AbstractQueryCreator<CriteriaQuery,CriteriaQuery>
| Constructor and Description |
|---|
ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context) |
ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context) |
| Modifier and Type | Method and Description |
|---|---|
protected CriteriaQuery |
and(org.springframework.data.repository.query.parser.Part part,
CriteriaQuery base,
Iterator<Object> iterator) |
protected CriteriaQuery |
complete(CriteriaQuery query,
org.springframework.data.domain.Sort sort) |
protected CriteriaQuery |
create(org.springframework.data.repository.query.parser.Part part,
Iterator<Object> iterator) |
protected CriteriaQuery |
or(CriteriaQuery base,
CriteriaQuery query) |
public ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context)
public ElasticsearchQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.mapping.context.MappingContext<?,ElasticsearchPersistentProperty> context)
protected CriteriaQuery create(org.springframework.data.repository.query.parser.Part part, Iterator<Object> iterator)
create in class org.springframework.data.repository.query.parser.AbstractQueryCreator<CriteriaQuery,CriteriaQuery>protected CriteriaQuery and(org.springframework.data.repository.query.parser.Part part, CriteriaQuery base, Iterator<Object> iterator)
and in class org.springframework.data.repository.query.parser.AbstractQueryCreator<CriteriaQuery,CriteriaQuery>protected CriteriaQuery or(CriteriaQuery base, CriteriaQuery query)
or in class org.springframework.data.repository.query.parser.AbstractQueryCreator<CriteriaQuery,CriteriaQuery>protected CriteriaQuery complete(@Nullable CriteriaQuery query, org.springframework.data.domain.Sort sort)
complete in class org.springframework.data.repository.query.parser.AbstractQueryCreator<CriteriaQuery,CriteriaQuery>Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.