public class ReactivePartTreeElasticsearchQuery extends Object
| Constructor and Description |
|---|
ReactivePartTreeElasticsearchQuery(ReactiveElasticsearchQueryMethod queryMethod,
ReactiveElasticsearchOperations elasticsearchOperations) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
createQuery(ElasticsearchParameterAccessor accessor)
Creates a
Query instance using the given ParameterAccessor |
Object |
execute(Object[] parameters) |
protected ReactiveElasticsearchOperations |
getElasticsearchOperations() |
protected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
getMappingContext() |
QueryMethod |
getQueryMethod() |
public ReactivePartTreeElasticsearchQuery(ReactiveElasticsearchQueryMethod queryMethod, ReactiveElasticsearchOperations elasticsearchOperations)
protected Query createQuery(ElasticsearchParameterAccessor accessor)
Query instance using the given ParameterAccessoraccessor - must not be null.public Object execute(Object[] parameters)
execute in interface RepositoryQuerypublic QueryMethod getQueryMethod()
getQueryMethod in interface RepositoryQueryprotected ReactiveElasticsearchOperations getElasticsearchOperations()
protected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.