Package org.hibernate.result
Interface ResultSetOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListgetResultList()Consume the underlyingResultSetand return the resulting List.ObjectgetSingleResult()Consume the underlyingResultSetwith the expectation that there is just a single level of root returns.-
Methods inherited from interface org.hibernate.result.Output
isResultSet
-
-