Class ProcedureResult<T>
java.lang.Object
org.apache.cayenne.util.GenericQueryResult<T>
org.apache.cayenne.ProcedureResult<T>
- All Implemented Interfaces:
Iterable<QueryResultItem>, QueryResult<T>
-
Field Summary
Fields inherited from class GenericQueryResult
resultClass, resultItems -
Constructor Summary
ConstructorsConstructorDescriptionProcedureResult(List<QueryResultItem> resultItems) ProcedureResult(List<QueryResultItem> resultItems, Class<T> resultClass) -
Method Summary
Modifier and TypeMethodDescriptiongetOutParam(String paramName) Returns procedure OUT parameter by its name defined in the mapping file.Methods inherited from class GenericQueryResult
firstBatchUpdateCount, firstList, firstUpdateCount, isList, iterator, sizeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
ProcedureResult
-
ProcedureResult
-
-
Method Details
-
getOutParam
-