Class JpaEvaluationContextExtension.JpaRootObject
java.lang.Object
org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.JpaRootObject
- Enclosing class:
JpaEvaluationContextExtension
- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringEscapes the given sourceStringfor LIKE expressions.charReturns the escape character being used to escape special characters for LIKE expressions.of(EscapeCharacter character)
-
Method Details
-
of
-
escape
-
escapeCharacter
public char escapeCharacter()Returns the escape character being used to escape special characters for LIKE expressions.- Returns:
-