public static class BaseCriteria.LikeCriterion extends BaseCriteria.AbstractCriterion
Modifier and Type | Field and Description |
---|---|
protected TextMatchMode |
textMatchMode |
protected Object |
value |
accessor
Constructor and Description |
---|
BaseCriteria.LikeCriterion(PropertyAccessor accessor,
Object value,
TextMatchMode textMatchMode) |
Modifier and Type | Method and Description |
---|---|
TextMatchMode |
getTextMatchMode() |
Object |
getValue() |
getPropertyAccessor
protected final Object value
protected final TextMatchMode textMatchMode
public BaseCriteria.LikeCriterion(PropertyAccessor accessor, Object value, TextMatchMode textMatchMode)
public Object getValue()
public TextMatchMode getTextMatchMode()