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 BaseQueryAbstractElasticsearchRepositoryQuery.createQuery(ElasticsearchParametersParameterAccessor accessor) protected BaseQueryReactivePartTreeElasticsearchQuery.createQuery(ElasticsearchParametersParameterAccessor accessor) protected BaseQueryReactiveRepositorySearchTemplateQuery.createQuery(ElasticsearchParametersParameterAccessor parameterAccessor) protected BaseQueryReactiveRepositoryStringQuery.createQuery(ElasticsearchParametersParameterAccessor parameterAccessor) protected BaseQueryRepositoryPartQuery.createQuery(ElasticsearchParametersParameterAccessor accessor) protected BaseQueryRepositorySearchTemplateQuery.createQuery(ElasticsearchParametersParameterAccessor parameterAccessor) protected BaseQueryRepositoryStringQuery.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)