Package org.hibernate.sql.results.spi
-
Interface Summary Interface Description ResultsConsumer<T,R> ConsumesJdbcValues
and returns the consumed values in whatever form this consumer returns, generally aList
or aScrollableResults
RowReader<R> Coordinates the process of reading a single result values rowRowTransformer<T> Defines transformation of a raw row in the domain query result row. -
Class Summary Class Description ListResultsConsumer<R> ResultsConsumer for creating a List of resultsLoadContexts Maintains a Stack of processing state related to performing load operations.ScrollableResultsConsumer<R> -
Enum Summary Enum Description ListResultsConsumer.UniqueSemantic Ways this consumer can handle in-memory row de-duplication