Package org.eclipse.persistence.queries
Class ComplexQueryResult
java.lang.Object
org.eclipse.persistence.queries.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.
- Author:
 - James Sutherland
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetData()PUBLIC: Return the database rows for the query result.PUBLIC: Return the result of the query.voidINTERNAL: Set the database rows for the query result.voidINTERNAL: Set the result of the query. 
- 
Field Details
- 
result
 - 
data
 
 - 
 - 
Constructor Details
- 
ComplexQueryResult
public ComplexQueryResult() 
 - 
 - 
Method Details
- 
getData
PUBLIC: Return the database rows for the query result. - 
getResult
PUBLIC: Return the result of the query. - 
setData
INTERNAL: Set the database rows for the query result. - 
setResult
INTERNAL: Set the result of the query. 
 -