Package com.blazebit.persistence
Interface EscapeBuilder<T>
-
- Type Parameters:
T- The builder type that is returned on terminal operations
public interface EscapeBuilder<T>A builder for the escape part of a like predicate.- Since:
- 1.0.0
- Author:
- Christian Beikov, Moritz Becker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tescape(char c)Sets the given character as the escape character.TnoEscape()Specifies that no escape character should be used.
-