Uses of Interface
org.springframework.data.spel.spi.ExtensionIdAware
Packages that use ExtensionIdAware
Package
Description
Support classes to work with query methods.
SpEL support.
Service provider interfaces to extend the query execution mechanism.
-
Uses of ExtensionIdAware in org.springframework.data.repository.query
Constructor parameters in org.springframework.data.repository.query with type arguments of type ExtensionIdAwareModifierConstructorDescriptionQueryMethodValueEvaluationContextAccessor
(Environment environment, Collection<? extends ExtensionIdAware> extensions) Creates a newQueryMethodValueEvaluationContextAccessor
for the givenEvaluationContextExtension
s. -
Uses of ExtensionIdAware in org.springframework.data.spel
Constructor parameters in org.springframework.data.spel with type arguments of type ExtensionIdAwareModifierConstructorDescriptionExtensionAwareEvaluationContextProvider
(Collection<? extends ExtensionIdAware> extensions) Creates a newExtensionAwareEvaluationContextProvider
for the givenEvaluationContextExtension
s.ExtensionAwareEvaluationContextProvider
(Lazy<? extends Collection<? extends ExtensionIdAware>> extensions) ReactiveExtensionAwareEvaluationContextProvider
(Collection<? extends ExtensionIdAware> extensions) Creates a newReactiveExtensionAwareEvaluationContextProvider
for the givenEvaluationContextExtension
s. -
Uses of ExtensionIdAware in org.springframework.data.spel.spi
Subinterfaces of ExtensionIdAware in org.springframework.data.spel.spiModifier and TypeInterfaceDescriptioninterface
SPI to allow adding a set of properties and function definitions accessible via the root of anEvaluationContext
provided by anExtensionAwareEvaluationContextProvider
.interface
SPI to resolve aEvaluationContextExtension
to make it accessible via the root of anEvaluationContext
provided by aReactiveExtensionAwareEvaluationContextProvider
.