public class ProcedureResult<T> extends GenericQueryResult<T>
resultClass, resultItems| Constructor and Description | 
|---|
| ProcedureResult(List<QueryResultItem> resultItems) | 
| ProcedureResult(List<QueryResultItem> resultItems,
               Class<T> resultClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getOutParam(String paramName)Returns procedure OUT parameter by its name defined in the mapping file. | 
firstBatchUpdateCount, firstList, firstUpdateCount, isList, iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ProcedureResult(List<QueryResultItem> resultItems)
public ProcedureResult(List<QueryResultItem> resultItems, Class<T> resultClass)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.