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, sizeModifier and TypeMethodDescriptionint[]A utility method for quickly retrieving the first batch update count array from the response.A utility method for quickly retrieving the first list in the response.intA utility method for quick retrieval of the first update count from the response.booleanisList()Returns whether current iteration result is a list or an update count.iterator()intsize()Returns a number of results in the response.Methods 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
-