Class ReactiveElasticsearchStringQuery
java.lang.Object
org.springframework.data.elasticsearch.repository.query.ReactiveRepositoryStringQuery
org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchStringQuery
- All Implemented Interfaces:
RepositoryQuery
@Deprecated(since="5.5",
forRemoval=true)
public class ReactiveElasticsearchStringQuery
extends ReactiveRepositoryStringQuery
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 3.2
- Author:
- Christoph Strobl, Taylor Ono, Haibo Liu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ValueEvaluationContextProvider
protected final ReactiveElasticsearchQueryMethod
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveElasticsearchStringQuery
(String query, ReactiveElasticsearchQueryMethod queryMethod, ReactiveElasticsearchOperations operations, ValueExpressionDelegate valueExpressionDelegate) Deprecated, for removal: This API element is subject to removal in a future version.ReactiveElasticsearchStringQuery
(ReactiveElasticsearchQueryMethod queryMethod, ReactiveElasticsearchOperations operations, ValueExpressionDelegate valueExpressionDelegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected ReactiveElasticsearchOperations
protected MappingContext<? extends ElasticsearchPersistentEntity<?>,
ElasticsearchPersistentProperty> Methods inherited from class org.springframework.data.elasticsearch.repository.query.ReactiveRepositoryStringQuery
createQuery
-
Field Details
-
queryMethod
-
evaluationContextProvider
-
-
Constructor Details
-
ReactiveElasticsearchStringQuery
public ReactiveElasticsearchStringQuery(ReactiveElasticsearchQueryMethod queryMethod, ReactiveElasticsearchOperations operations, ValueExpressionDelegate valueExpressionDelegate) Deprecated, for removal: This API element is subject to removal in a future version. -
ReactiveElasticsearchStringQuery
public ReactiveElasticsearchStringQuery(String query, ReactiveElasticsearchQueryMethod queryMethod, ReactiveElasticsearchOperations operations, ValueExpressionDelegate valueExpressionDelegate) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceRepositoryQuery
-
getQueryMethod
- Specified by:
getQueryMethod
in interfaceRepositoryQuery
-
getElasticsearchOperations
-
getMappingContext
protected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
-
ReactiveRepositoryStringQuery