public class AgePredicate extends TimestampRangeChangePredicate
| Modifier and Type | Method and Description |
|---|---|
java.sql.Timestamp |
getMaxTimestamp() |
java.sql.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 java.sql.Timestamp getMinTimestamp()
getMinTimestamp in class TimestampRangePredicate<ChangeData>public java.sql.Timestamp getMaxTimestamp()
getMaxTimestamp in class TimestampRangePredicate<ChangeData>public boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
Matchablecom.google.gwtorm.server.OrmException