Package org.apache.cayenne
Class ProcedureResult<T>
java.lang.Object
org.apache.cayenne.util.GenericQueryResult<T>
org.apache.cayenne.ProcedureResult<T>
- All Implemented Interfaces:
- Iterable<QueryResultItem>,- QueryResult<T>
public class ProcedureResult<T> extends GenericQueryResult<T>
Result of procedure call.
- Since:
- 4.0
- 
Field SummaryFields inherited from class org.apache.cayenne.util.GenericQueryResultresultClass, resultItems
- 
Constructor SummaryConstructors Constructor Description ProcedureResult(List<QueryResultItem> resultItems)ProcedureResult(List<QueryResultItem> resultItems, Class<T> resultClass)
- 
Method SummaryModifier and Type Method Description ObjectgetOutParam(String paramName)Returns procedure OUT parameter by its name defined in the mapping file.Methods inherited from class org.apache.cayenne.util.GenericQueryResultfirstBatchUpdateCount, firstList, firstUpdateCount, isList, iterator, sizeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
ProcedureResult
- 
ProcedureResult
 
- 
- 
Method Details- 
getOutParamReturns procedure OUT parameter by its name defined in the mapping file.
 
-