public class OrSource extends OrPredicate<ChangeData> implements ChangeDataSource
| Constructor and Description |
|---|
OrSource(Collection<? extends Predicate<ChangeData>> that) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCardinality() |
boolean |
hasChange() |
com.google.gwtorm.server.ResultSet<ChangeData> |
read() |
copy, equals, getChild, getChildCount, getChildren, getCost, hashCode, match, toStringpublic OrSource(Collection<? extends Predicate<ChangeData>> that)
public com.google.gwtorm.server.ResultSet<ChangeData> read() throws com.google.gwtorm.server.OrmException
read in interface DataSource<ChangeData>com.google.gwtorm.server.OrmExceptionpublic boolean hasChange()
hasChange in interface ChangeDataSourcepublic int getCardinality()
getCardinality in interface DataSource<ChangeData>DataSource.read().