public class AndSource extends AndPredicate<ChangeData> implements ChangeDataSource
Constructor and Description |
---|
AndSource(java.util.Collection<? extends Predicate<ChangeData>> that) |
AndSource(java.util.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(java.util.Collection<? extends Predicate<ChangeData>> that)
public AndSource(java.util.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 ChangeDataSource
com.google.gwtorm.server.OrmException
public int getCardinality()
getCardinality
in interface ChangeDataSource
ChangeDataSource.read()
.