Uses of Class
org.springframework.data.repository.query.ValueExpressionDelegate
Packages that use ValueExpressionDelegate
Package
Description
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
-
Uses of ValueExpressionDelegate in org.springframework.data.repository.core.support
Methods in org.springframework.data.repository.core.support that return ValueExpressionDelegateModifier and TypeMethodDescriptionRepositoryFactoryBeanSupport.FragmentCreationContext.getValueExpressionDelegate()Methods in org.springframework.data.repository.core.support with parameters of type ValueExpressionDelegateModifier and TypeMethodDescriptionprotected Optional<QueryLookupStrategy> ReactiveRepositoryFactorySupport.getQueryLookupStrategy(@Nullable QueryLookupStrategy.Key key, ValueExpressionDelegate valueExpressionDelegate) protected Optional<QueryLookupStrategy> RepositoryFactorySupport.getQueryLookupStrategy(@Nullable QueryLookupStrategy.Key key, ValueExpressionDelegate valueExpressionDelegate) -
Uses of ValueExpressionDelegate in org.springframework.data.repository.query
Subclasses of ValueExpressionDelegate in org.springframework.data.repository.queryMethods in org.springframework.data.repository.query that return ValueExpressionDelegateModifier and TypeMethodDescriptionstatic ValueExpressionDelegateValueExpressionDelegate.create()Creates a defaultValueExpressionDelegateusing theStandardEnvironment, a defaultValueExpressionand extension-lessEvaluationContextProvider.Methods in org.springframework.data.repository.query with parameters of type ValueExpressionDelegateModifier and TypeMethodDescriptionValueExpressionQueryRewriter.of(ValueExpressionDelegate delegate, BiFunction<Integer, String, String> parameterNameSource, BiFunction<String, String, String> replacementSource) Creates a new EvaluatingValueExpressionQueryRewriter using the givenValueExpressionDelegateand rewrite functions.Constructors in org.springframework.data.repository.query with parameters of type ValueExpressionDelegateModifierConstructorDescriptionCreates a newCachingValueExpressionDelegategivenValueExpressionDelegate.