public class AndSource extends AndPredicate<ChangeData> implements ChangeDataSource
Constructor and Description |
---|
AndSource(Collection<? extends Predicate<ChangeData>> that) |
AndSource(Collection<? extends Predicate<ChangeData>> that,
int start) |
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, toString
public AndSource(Collection<? extends Predicate<ChangeData>> that)
public AndSource(Collection<? extends Predicate<ChangeData>> that, int start)
public boolean hasChange()
hasChange
in interface ChangeDataSource
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 int getCardinality()
getCardinality
in interface DataSource<ChangeData>
DataSource.read()
.