Package org.apache.openjpa.kernel
Class QueryResultCallback
java.lang.Object
org.apache.openjpa.kernel.QueryResultCallback
A callabck is used when a query results in multiple non-identical result sets.
Designed to use with Stored Procedure Query.
- Author:
- ppoddar
-
Constructor Summary
ConstructorDescriptionQueryResultCallback
(QueryImpl kernel, StoreQuery storeQuery, StoreQuery.Executor executor, BatchedResultObjectProvider parent, StoreQuery.Range range) -
Method Summary
-
Constructor Details
-
QueryResultCallback
public QueryResultCallback(QueryImpl kernel, StoreQuery storeQuery, StoreQuery.Executor executor, BatchedResultObjectProvider parent, StoreQuery.Range range)
-
-
Method Details
-
callback
- Throws:
Exception
-
hasMoreResults
public boolean hasMoreResults() -
getExecutionResult
public boolean getExecutionResult() -
getUpdateCount
public int getUpdateCount() -
getOut
-
getOut
-