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.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.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.sqm.internal Class Description TupleMetadata Metadata about the tuple structure. -
Classes in org.hibernate.sql.results.internal used by org.hibernate.sql.results.graph.collection.internal Class Description LoadingCollectionEntryImpl Represents a collection currently being loaded. -
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 typeRowTransformerListImpl RowTransformer
instantiating aList
RowTransformerSingularReturnImpl Returns the first object in each row.RowTransformerStandardImpl Returns the first object in each row, if there is exactly one item in the selection list, or the whole row otherwise.SqlSelectionImpl TupleMetadata Metadata about the tuple structure. -
Classes in org.hibernate.sql.results.internal used by org.hibernate.sql.results.jdbc.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. -
Classes in org.hibernate.sql.results.internal used by org.hibernate.sql.results.spi Class Description RowProcessingStateStandardImpl Standard RowProcessingState implementation