primaryKey
Id value if the retrievPKs flag was set on the ReportQuery. These can be used to get the actual object
Serializable
, Map
Description: Represents a single row of attribute values (converted using mapping) for a ReportQuery. The attributes can be from various objects. Responsibilities:
protected class
protected class
protected class
protected class
protected static class
protected StringBuffer
protected Object
ReportQueryResult(List<Object> results,
Object primaryKeyValues)
ReportQueryResult(ReportQuery query,
org.eclipse.persistence.internal.sessions.AbstractRecord row,
Vector toManyResults)
protected void
buildResult(ReportQuery query,
org.eclipse.persistence.internal.sessions.AbstractRecord row,
Vector toManyData)
void
clear()
boolean
boolean
containsKey(Object key)
boolean
containsValue(Object value)
entrySet()
boolean
boolean
equals(ReportQueryResult result)
getByIndex(int index)
getId()
getNames()
int
hashCode()
boolean
isEmpty()
keySet()
protected Object
processItem(ReportQuery query,
org.eclipse.persistence.internal.sessions.AbstractRecord row,
Vector toManyData,
org.eclipse.persistence.internal.queries.ReportItem item)
void
readObject(Class javaClass,
Session session)
protected void
protected void
void
setResults(List<Object> results)
int
size()
Object[]
toArray()
toList()
toString()
values()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
containsKey
in interface Map
containsValue
in interface Map