| Package | Description |
|---|---|
| org.springframework.data.repository.query.spi |
Service provider interfaces to extend the query execution mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,Function> |
EvaluationContextExtension.getFunctions()
Deprecated.
Returns the functions exposed by the extension.
|
Map<String,Function> |
EvaluationContextExtensionSupport.getFunctions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Function.isSignatureEqual(Function other)
Deprecated.
Checks wether this
Function has the same signature as another Function. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.