Uses of Class
org.springframework.data.elasticsearch.repository.query.ElasticsearchParametersParameterAccessor
Packages that use ElasticsearchParametersParameterAccessor
Package
Description
-
Uses of ElasticsearchParametersParameterAccessor in org.springframework.data.elasticsearch.repository.query
Methods in org.springframework.data.elasticsearch.repository.query with parameters of type ElasticsearchParametersParameterAccessorModifier and TypeMethodDescriptionprotected abstract BaseQuery
AbstractElasticsearchRepositoryQuery.createQuery
(ElasticsearchParametersParameterAccessor accessor) protected BaseQuery
ReactivePartTreeElasticsearchQuery.createQuery
(ElasticsearchParametersParameterAccessor accessor) protected BaseQuery
ReactiveRepositorySearchTemplateQuery.createQuery
(ElasticsearchParametersParameterAccessor parameterAccessor) protected BaseQuery
ReactiveRepositoryStringQuery.createQuery
(ElasticsearchParametersParameterAccessor parameterAccessor) protected BaseQuery
RepositoryPartQuery.createQuery
(ElasticsearchParametersParameterAccessor accessor) protected BaseQuery
RepositorySearchTemplateQuery.createQuery
(ElasticsearchParametersParameterAccessor parameterAccessor) protected BaseQuery
RepositoryStringQuery.createQuery
(ElasticsearchParametersParameterAccessor parameterAccessor) -
Uses of ElasticsearchParametersParameterAccessor in org.springframework.data.elasticsearch.repository.support
Methods in org.springframework.data.elasticsearch.repository.support with parameters of type ElasticsearchParametersParameterAccessorModifier and TypeMethodDescriptionQueryStringProcessor.createQuery
(ElasticsearchParametersParameterAccessor parameterAccessor) Process the query string with placeholder replacement and SpEL evaluation. -
Uses of ElasticsearchParametersParameterAccessor in org.springframework.data.elasticsearch.repository.support.spel
Constructors in org.springframework.data.elasticsearch.repository.support.spel with parameters of type ElasticsearchParametersParameterAccessorModifierConstructorDescriptionQueryStringSpELEvaluator
(String queryString, ElasticsearchParametersParameterAccessor parameterAccessor, QueryMethod queryMethod, ValueEvaluationContextProvider evaluationContextProvider, ConversionService conversionService)