Uses of Package
org.hibernate.sql.results.internal
-
Packages that use org.hibernate.sql.results.internal Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.sql.results.internal org.hibernate.sql.results.spi -
Classes in org.hibernate.sql.results.internal used by org.hibernate.internal Class Description RowProcessingStateStandardImpl Standard RowProcessingState implementation -
Classes in org.hibernate.sql.results.internal used by org.hibernate.query.spi Class Description TupleMetadata Metadata about the tuple structure. -
Classes in org.hibernate.sql.results.internal used by org.hibernate.query.sqm.internal Class Description TupleMetadata Metadata about the tuple structure. -
Classes in org.hibernate.sql.results.internal used by org.hibernate.sql.results.internal Class Description InitializersList Internal helper to keep track of the various Initializer instances being used during RowReader processing: different types of initializers need to be invoked in different orders, so rather than having to identify the order of initializers again during the processing of each row we keep separated lists of initializers defined upfront and then reuse these sets for the scope of the whole resultset's processing.RowTransformerArrayImpl RowTransformer used when an array is explicitly specified as the return typeRowTransformerDatabaseSnapshotImpl RowTransformerListImpl RowTransformer
instantiating aList
RowTransformerSingularReturnImpl RowTransformerStandardImpl The standard RowTransformer - if the row array has just a single dimension, the value from that dimension (index zero) is returned otherwise, the array itself is returnedSqlSelectionImpl TupleMetadata Metadata about the tuple structure. -
Classes in org.hibernate.sql.results.internal used by org.hibernate.sql.results.spi Class Description InitializersList Internal helper to keep track of the various Initializer instances being used during RowReader processing: different types of initializers need to be invoked in different orders, so rather than having to identify the order of initializers again during the processing of each row we keep separated lists of initializers defined upfront and then reuse these sets for the scope of the whole resultset's processing.RowProcessingStateStandardImpl Standard RowProcessingState implementation