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, getType
Copyright © 2013. All rights reserved.