Uses of Class
org.springframework.data.spel.spi.Function
Package
Description
Service provider interfaces to extend the query execution mechanism.
-
Uses of Function in org.springframework.data.spel.spi
Modifier and TypeMethodDescriptionEvaluationContextExtension.getFunctions()
Return the functions exposed by the extension.Modifier and TypeMethodDescriptionboolean
Function.isSignatureEqual
(Function other) Checks whether thisFunction
has the same signature as anotherFunction
.