public class BeforePredicate extends TimestampRangeChangePredicate
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
cut |
name, value| Constructor and Description |
|---|
BeforePredicate(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getMaxTimestamp() |
java.util.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, getLeafCount, isMatchable, not, or, orpublic BeforePredicate(java.lang.String value)
throws QueryParseException
QueryParseExceptionpublic java.util.Date getMinTimestamp()
getMinTimestamp in class TimestampRangePredicate<ChangeData>public java.util.Date getMaxTimestamp()
getMaxTimestamp in class TimestampRangePredicate<ChangeData>public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
Matchablecom.google.gwtorm.server.OrmException