Class QueryUtils
java.lang.Object
org.apache.jackrabbit.oak.commons.QueryUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull StringescapeForQuery(@NotNull String value) static @NotNull StringescapeNodeName(@NotNull String string) Escapestringfor matching in jcr escaped node names
-
Method Details
-
escapeNodeName
Escapestringfor matching in jcr escaped node names- Parameters:
string- string to escape- Returns:
- escaped string
-
escapeForQuery
-