Interface ResultSetOutput<T>
- All Superinterfaces:
Output
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResultSetOutput<?> Treat this output as aResultSetOutput, using the mapping defined when the query was created, if one.default UpdateCountOutputTreat this output as aUpdateCountOutput.Consume the underlyingResultSetand return the resulting List.Consume the underlyingResultSetwith the expectation that there is just a single result.Methods inherited from interface Output
asResultSetOutput, asResultSetOutput, isResultSet
-
Method Details
-
getResultList
-
getSingleResult
-
asResultSetOutput
Description copied from interface:OutputTreat this output as aResultSetOutput, using the mapping defined when the query was created, if one.- Specified by:
asResultSetOutputin interfaceOutput
-
asUpdateCountOutput
Description copied from interface:OutputTreat this output as aUpdateCountOutput.- Specified by:
asUpdateCountOutputin interfaceOutput
-