Uses of Class
org.springframework.data.repository.query.SpelQueryContext.SpelExtractor
Packages that use SpelQueryContext.SpelExtractor
Package
Description
Support classes to work with query methods.
-
Uses of SpelQueryContext.SpelExtractor in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return SpelQueryContext.SpelExtractorModifier and TypeMethodDescriptionDeprecated.Parses the query for SpEL expressions using the pattern:Constructors in org.springframework.data.repository.query with parameters of type SpelQueryContext.SpelExtractorModifierConstructorDescriptionSpelEvaluator
(QueryMethodEvaluationContextProvider evaluationContextProvider, Parameters<?, ?> parameters, SpelQueryContext.SpelExtractor extractor) Deprecated.