public class OrSource extends OrPredicate<ChangeData> implements ChangeDataSource
Constructor and Description |
---|
OrSource(java.util.Collection<? extends Predicate<ChangeData>> that) |
Modifier and Type | Method and Description |
---|---|
int |
getCardinality() |
boolean |
hasChange() |
com.google.gwtorm.server.ResultSet<ChangeData> |
read() |
com.google.gwtorm.server.ResultSet<FieldBundle> |
readRaw() |
copy, equals, getChild, getChildCount, getChildren, getCost, hashCode, isMatchable, match, toString
and, and, any, asMatchable, estimateCost, getLeafCount, not, or, or
public OrSource(java.util.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.OrmException
public com.google.gwtorm.server.ResultSet<FieldBundle> readRaw() throws com.google.gwtorm.server.OrmException
readRaw
in interface DataSource<ChangeData>
com.google.gwtorm.server.OrmException
public boolean hasChange()
hasChange
in interface ChangeDataSource
public int getCardinality()
getCardinality
in interface DataSource<ChangeData>
DataSource.read()
.