Class Likes
java.lang.Object
org.mybatis.scripting.thymeleaf.expression.Likes
The expression utility object that provide helper method for like feature.
This object can be access using
This object can be access using
#likes
) as expression utility object.- Version:
- 1.0.0
- Author:
- Kazuki Shimizu
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn a escape clause string of LIKE.escapeWildcard
(String value) Escape for LIKE condition value.static Likes.Builder
Creates a new builder instance forLikes
.
-
Method Details
-
escapeWildcard
-
escapeClause
Return a escape clause string of LIKE.
By default configuration, this method return"ESCAPE '\'"
.- Returns:
- A escape clause string of LIKE
-
newBuilder
Creates a new builder instance forLikes
.- Returns:
- a new builder instance
-