Uses of Package
org.hibernate.sql.results.spi
-
Packages that use org.hibernate.sql.results.spi Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.loader.ast.internal org.hibernate.query.spi org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.sql.exec.internal org.hibernate.sql.exec.spi org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
Classes in org.hibernate.sql.results.spi used by org.hibernate.engine.internal Class Description LoadContexts Maintains a Stack of processing state related to performing load operations. -
Classes in org.hibernate.sql.results.spi used by org.hibernate.engine.spi Class Description LoadContexts Maintains a Stack of processing state related to performing load operations. -
Classes in org.hibernate.sql.results.spi used by org.hibernate.internal Class Description RowReader Coordinates the process of reading a single result values row -
Classes in org.hibernate.sql.results.spi used by org.hibernate.loader.ast.internal Class Description RowTransformer Defines transformation of a raw row in the domain query result row. -
Classes in org.hibernate.sql.results.spi used by org.hibernate.query.spi Class Description ListResultsConsumer.UniqueSemantic Ways this consumer can handle in-memory row de-duplication -
Classes in org.hibernate.sql.results.spi used by org.hibernate.query.sqm.internal Class Description ListResultsConsumer.UniqueSemantic Ways this consumer can handle in-memory row de-duplicationRowTransformer Defines transformation of a raw row in the domain query result row. -
Classes in org.hibernate.sql.results.spi used by org.hibernate.sql.exec.internal Class Description ListResultsConsumer.UniqueSemantic Ways this consumer can handle in-memory row de-duplicationRowTransformer Defines transformation of a raw row in the domain query result row. -
Classes in org.hibernate.sql.results.spi used by org.hibernate.sql.exec.spi Class Description ListResultsConsumer.UniqueSemantic Ways this consumer can handle in-memory row de-duplicationRowTransformer Defines transformation of a raw row in the domain query result row. -
Classes in org.hibernate.sql.results.spi used by org.hibernate.sql.results.graph.embeddable.internal Class Description RowReader Coordinates the process of reading a single result values row -
Classes in org.hibernate.sql.results.spi used by org.hibernate.sql.results.internal Class Description RowReader Coordinates the process of reading a single result values rowRowTransformer Defines transformation of a raw row in the domain query result row. -
Classes in org.hibernate.sql.results.spi used by org.hibernate.sql.results.jdbc.spi Class Description RowReader Coordinates the process of reading a single result values row -
Classes in org.hibernate.sql.results.spi used by org.hibernate.sql.results.spi Class Description ListResultsConsumer ResultsConsumer for creating a List of resultsListResultsConsumer.UniqueSemantic Ways this consumer can handle in-memory row de-duplicationResultsConsumer ConsumesJdbcValues
and returns the consumed values in whatever form this consumer returns, generally aList
or aScrollableResults
RowReader Coordinates the process of reading a single result values rowScrollableResultsConsumer