public class AgePredicate extends TimestampRangeChangePredicate
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getMaxTimestamp() |
Timestamp |
getMinTimestamp() |
boolean |
match(ChangeData object)
Does this predicate match this object?
|
getCostparsegetField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, orpublic 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
Matchablecom.google.gwtorm.server.OrmException