public static class SortKeyPredicate.After extends SortKeyPredicate
SortKeyPredicate.After, SortKeyPredicate.Before
dbProvider, schema
Modifier and Type | Method and Description |
---|---|
SortKeyPredicate.After |
copy(java.lang.String newValue) |
long |
getMaxValue(Schema<ChangeData> schema) |
long |
getMinValue(Schema<ChangeData> schema) |
boolean |
match(ChangeData cd)
Does this predicate match this object?
|
getCost, hasSortKeyField
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, getChild, getChildCount, getChildren, not, or, or
public long getMinValue(Schema<ChangeData> schema)
getMinValue
in class SortKeyPredicate
public long getMaxValue(Schema<ChangeData> schema)
getMaxValue
in class SortKeyPredicate
public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
Predicate
match
in class Predicate<ChangeData>
com.google.gwtorm.server.OrmException
public SortKeyPredicate.After copy(java.lang.String newValue)
copy
in class SortKeyPredicate