public abstract class BatchQueryRow extends Object
Modifier and Type | Field and Description |
---|---|
protected ObjectId |
objectId |
protected Map<String,Object> |
qualifier |
Constructor and Description |
---|
BatchQueryRow(ObjectId objectId,
Map<String,Object> qualifier) |
Modifier and Type | Method and Description |
---|---|
ObjectId |
getObjectId() |
Map<String,Object> |
getQualifier() |
abstract Object |
getValue(int i) |
protected Object |
getValue(Map<String,Object> valueMap,
DbAttribute attribute)
Used by subclasses to resolve deferred values on demand.
|
public abstract Object getValue(int i)
public ObjectId getObjectId()
protected Object getValue(Map<String,Object> valueMap, DbAttribute attribute)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.