public class AfterPredicate extends TimestampRangeChangePredicate
| Modifier and Type | Method and Description |
|---|---|
Date |
getMaxTimestamp() |
Date |
getMinTimestamp() |
boolean |
match(ChangeData cd)
Does this predicate match this object?
|
getCostparsegetField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, orpublic Date getMinTimestamp()
getMinTimestamp in class TimestampRangePredicate<ChangeData>public Date getMaxTimestamp()
getMaxTimestamp in class TimestampRangePredicate<ChangeData>public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
Matchablecom.google.gwtorm.server.OrmException