public class ReactivePartTreeElasticsearchQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ReactiveElasticsearchQueryMethod |
queryMethod |
| 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 org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
getMappingContext() |
org.springframework.data.repository.query.QueryMethod |
getQueryMethod() |
protected final ReactiveElasticsearchQueryMethod queryMethod
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 org.springframework.data.repository.query.RepositoryQuerypublic org.springframework.data.repository.query.QueryMethod getQueryMethod()
getQueryMethod in interface org.springframework.data.repository.query.RepositoryQueryprotected ReactiveElasticsearchOperations getElasticsearchOperations()
protected org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.