Module org.eclipse.persistence.core
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.
- Since:
- TOPLink/Java 3.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
PUBLIC: Return the database rows for the query result.PUBLIC: Return the result of the query.void
INTERNAL: Set the database rows for the query result.void
INTERNAL: 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.
-