public abstract class LikePredicate<Q> extends AbstractPredicate<Q>
LIKE predicate.Predicate.Type| Modifier and Type | Field and Description |
|---|---|
protected Character |
escapeCharacter |
protected String |
patternValue |
protected String |
propertyName |
| Constructor and Description |
|---|
LikePredicate(String propertyName,
String patternValue,
Character escapeCharacter) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
as, getTypeCopyright © 2014. All rights reserved.