public class JpaEvaluationContextExtension extends Object implements EvaluationContextExtension
EvaluationContextExtension to register EscapeCharacter as root object to essentially expose an
expose(…) function to SpEL.| Modifier and Type | Class and Description |
|---|---|
static class |
JpaEvaluationContextExtension.JpaRootObject |
| Constructor and Description |
|---|
JpaEvaluationContextExtension(char escapeCharacter)
Creates a new
JpaEvaluationContextExtension for the given escape character. |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtensionId() |
Object |
getRootObject() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFunctions, getPropertiespublic JpaEvaluationContextExtension(char escapeCharacter)
JpaEvaluationContextExtension for the given escape character.escapeCharacter - the character to be used to escape parameters for LIKE expression.public String getExtensionId()
getExtensionId in interface EvaluationContextExtensionpublic Object getRootObject()
getRootObject in interface EvaluationContextExtensionCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.