public static class SortKeyPredicate.After extends SortKeyPredicate
SortKeyPredicate.After, SortKeyPredicate.BeforedbProvider, schema| Modifier and Type | Method and Description |
|---|---|
SortKeyPredicate.After |
copy(String newValue) |
long |
getMaxValue(Schema<ChangeData> schema) |
long |
getMinValue(Schema<ChangeData> schema) |
boolean |
match(ChangeData cd)
Does this predicate match this object?
|
getCost, hasSortKeyFieldgetField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, getChild, getChildCount, getChildren, not, or, orpublic long getMinValue(Schema<ChangeData> schema)
getMinValue in class SortKeyPredicatepublic long getMaxValue(Schema<ChangeData> schema)
getMaxValue in class SortKeyPredicatepublic boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
Predicatematch in class Predicate<ChangeData>com.google.gwtorm.server.OrmExceptionpublic SortKeyPredicate.After copy(String newValue)
copy in class SortKeyPredicate