Package | Description |
---|---|
org.springframework.data.repository.query |
Support classes to work with query methods.
|
org.springframework.data.spel.spi |
Service provider interfaces to extend the query execution mechanism.
|
Constructor and Description |
---|
ExtensionAwareQueryMethodEvaluationContextProvider(List<? extends EvaluationContextExtension> extensions)
Creates a new
ExtensionAwareQueryMethodEvaluationContextProvider using the given
EvaluationContextExtension s. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<? extends EvaluationContextExtension> |
ReactiveEvaluationContextExtension.getExtension()
Return the
EvaluationContextExtension to be consumed during the actual execution. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.