| 
 | EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.queries.ComplexQueryResult
public class ComplexQueryResult
Purpose: Used to return multiple sets of information from a query. This is used if the objects and rows are required to be returned.
Responsibilities: Hold both the result of the query and the row results.
| Field Summary | |
|---|---|
| protected  java.lang.Object | data | 
| protected  java.lang.Object | result | 
| Constructor Summary | |
|---|---|
| ComplexQueryResult() | |
| Method Summary | |
|---|---|
|  java.lang.Object | getData()PUBLIC: Return the database rows for the query result. | 
|  java.lang.Object | getResult()PUBLIC: Return the result of the query. | 
|  void | setData(java.lang.Object data)INTERNAL: Set the database rows for the query result. | 
|  void | setResult(java.lang.Object result)INTERNAL: Set the result of the query. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.Object result
protected java.lang.Object data
| Constructor Detail | 
|---|
public ComplexQueryResult()
| Method Detail | 
|---|
public java.lang.Object getData()
public java.lang.Object getResult()
public void setData(java.lang.Object data)
public void setResult(java.lang.Object result)
| 
 | EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||