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?
|
getCost
parse
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
public BeforePredicate(java.lang.String value) throws QueryParseException
QueryParseException
public 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
Matchable
com.google.gwtorm.server.OrmException