public abstract class RangePredicate<Q> extends AbstractPredicate<Q>
BETWEEN predicate.Predicate.Type| Modifier and Type | Field and Description |
|---|---|
protected Object |
lower |
protected String |
propertyName |
protected Object |
upper |
| Constructor and Description |
|---|
RangePredicate(String propertyName,
Object lower,
Object upper) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
as, getTypeCopyright © 2014. All rights reserved.