Class JpaEvaluationContextExtension.JpaRootObject
java.lang.Object
org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.JpaRootObject
- Enclosing class:
- JpaEvaluationContextExtension
-
Method Summary
Modifier and TypeMethodDescriptionEscapes 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
Escapes the given sourceStringfor LIKE expressions.- Parameters:
source- can be null.- Returns:
- See Also:
-
escapeCharacter
public char escapeCharacter()Returns the escape character being used to escape special characters for LIKE expressions.- Returns:
-