Package org.hibernate.sql.results.spi
-
Interface Summary Interface Description ResultsConsumer<T,R> ConsumesJdbcValuesand returns the consumed values in whatever form this consumer returns, generally aListor aScrollableResultsRowReader<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.ManagedResultConsumer Reads rows without producing a result.ScrollableResultsConsumer<R> SingleResultConsumer<T> Used beneathSelectionQuery.getResultCount(). -
Enum Summary Enum Description ListResultsConsumer.UniqueSemantic Ways this consumer can handle in-memory row de-duplication