|
|||||||||
| 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.
| Constructor Summary | |
|---|---|
ComplexQueryResult()
|
|
| Method Summary | |
|---|---|
Object |
getData()
PUBLIC: Return the database rows for the query result. |
Object |
getResult()
PUBLIC: Return the result of the query. |
void |
setData(Object data)
INTERNAL: Set the database rows for the query result. |
void |
setResult(Object result)
INTERNAL: Set the result of the query. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexQueryResult()
| Method Detail |
|---|
public Object getData()
public Object getResult()
public void setData(Object data)
public void setResult(Object result)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||