Uses of Package
org.hibernate.sql.results.internal
Packages that use org.hibernate.sql.results.internal
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Package for the SQM-backed Query implementation details
-
Classes in org.hibernate.sql.results.internal used by org.hibernate.internal
-
Classes in org.hibernate.sql.results.internal used by org.hibernate.query.sqm.internal
-
-
Classes in org.hibernate.sql.results.internal used by org.hibernate.sql.results.internalClassDescriptionInternal 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.RowTransformer used when an array is explicitly specified as the return type
RowTransformer
instantiating aList
Metadata about the tuple structure. -
Classes in org.hibernate.sql.results.internal used by org.hibernate.sql.results.jdbc.internalClassDescriptionInternal 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