Package org.hibernate.result
Interface ResultSetOutput
- All Superinterfaces:
Output
Models a return that is a result set.
-
Method Summary
Methods inherited from interface org.hibernate.result.Output
isResultSet
-
Method Details
-
getResultList
List getResultList()Consume the underlyingResultSet
and return the resulting List.- Returns:
- The consumed ResultSet values.
-
getSingleResult
Object getSingleResult()Consume the underlyingResultSet
with the expectation that there is just a single level of root returns.- Returns:
- The single result.
-