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, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ProcedureResult(List<QueryResultItem> resultItems)
public ProcedureResult(List<QueryResultItem> resultItems, Class<T> resultClass)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.