Uses of Interface
org.springframework.data.spel.spi.EvaluationContextExtension
Packages that use EvaluationContextExtension
Package
Description
Support classes to work with query methods.
Service provider interfaces to extend the query execution mechanism.
-
Uses of EvaluationContextExtension in org.springframework.data.repository.query
Constructor parameters in org.springframework.data.repository.query with type arguments of type EvaluationContextExtensionModifierConstructorDescriptionExtensionAwareQueryMethodEvaluationContextProvider
(List<? extends EvaluationContextExtension> extensions) Creates a newExtensionAwareQueryMethodEvaluationContextProvider
using the givenEvaluationContextExtension
s. -
Uses of EvaluationContextExtension in org.springframework.data.spel.spi
Methods in org.springframework.data.spel.spi that return types with arguments of type EvaluationContextExtensionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<? extends EvaluationContextExtension>
ReactiveEvaluationContextExtension.getExtension()
Return theEvaluationContextExtension
to be consumed during the actual execution.