Class BatchQueryRow

java.lang.Object
org.apache.cayenne.query.BatchQueryRow

public abstract class BatchQueryRow extends Object
Represents a single row of values in a BatchQuery. A value may be a deferred Supplier, e.g. when it comes from a generated key of another row in the same transaction. Deferred values are resolved downstream, when the row is bound to a PreparedStatement.
Since:
4.0