Package org.hibernate.sql.results.spi
package org.hibernate.sql.results.spi
-
ClassDescriptionResultsConsumer for creating a List of resultsWays this consumer can handle in-memory row de-duplicationMaintains a Stack of processing state related to performing load operations.Reads rows without producing a result.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 rowDefines transformation of a raw row in the domain query result row.Used beneathSelectionQuery.getResultCount()
.