public class AgePredicate extends TimestampRangePredicate<ChangeData>
Modifier and Type | Method and Description |
---|---|
Timestamp |
getMaxTimestamp() |
Timestamp |
getMinTimestamp() |
boolean |
match(ChangeData object)
Does this predicate match this object?
|
getCost, parse
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, getChild, getChildCount, getChildren, not, or, or
public Timestamp getMinTimestamp()
getMinTimestamp
in class TimestampRangePredicate<ChangeData>
public Timestamp getMaxTimestamp()
getMaxTimestamp
in class TimestampRangePredicate<ChangeData>
public boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
Predicate
match
in class Predicate<ChangeData>
com.google.gwtorm.server.OrmException