public class ReactiveElasticsearchQueryMethod extends ElasticsearchQueryMethod
method| Constructor and Description |
|---|
ReactiveElasticsearchQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected ElasticsearchParameters |
createParameters(Method method) |
ElasticsearchParameters |
getParameters() |
boolean |
hasReactiveWrapperParameter()
Check if the given
QueryMethod receives a reactive parameter
wrapper as one of its parameters. |
protected boolean |
isAllowedGenericType(ParameterizedType methodGenericReturnType) |
boolean |
isCollectionQuery() |
boolean |
isStreamQuery() |
protected void |
verifyCountQueryTypes() |
getAnnotatedHighlightQuery, getAnnotatedQuery, getEntityInformation, getMappingContext, hasAnnotatedHighlight, hasAnnotatedQuery, hasCountQueryAnnotation, isNotSearchHitMethod, isNotSearchPageMethod, isSearchHitMethod, isSearchPageMethod, methodReturnTypegetDomainClass, getName, getNamedQueryName, getResultProcessor, getReturnedObjectType, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, toStringpublic ReactiveElasticsearchQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory, MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
protected void verifyCountQueryTypes()
verifyCountQueryTypes in class ElasticsearchQueryMethodprotected ElasticsearchParameters createParameters(Method method)
createParameters in class QueryMethodpublic boolean hasReactiveWrapperParameter()
QueryMethod receives a reactive parameter
wrapper as one of its parameters.public boolean isCollectionQuery()
isCollectionQuery in class QueryMethodpublic boolean isStreamQuery()
isStreamQuery in class QueryMethodpublic ElasticsearchParameters getParameters()
getParameters in class QueryMethodprotected boolean isAllowedGenericType(ParameterizedType methodGenericReturnType)
isAllowedGenericType in class ElasticsearchQueryMethodCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.