Package org.hibernate.loader
package org.hibernate.loader
This package defines functionality for processing JDBC result sets
and returning complex graphs of persistent objects.
Support for loading entities and collections by primary key, unique key, natural key, etc.
-
ClassDescriptionDeprecated.Logging for loadersException used to indicate that a query is attempting to simultaneously fetch multiple bagsThrown when Hibernate encounters a non-unique SQL alias in the ResultSet while processing the results of a NativeQuery using auto-discovery to understand the ResultSet metadata for mapping the JDBC values to the domain result.Deprecated, for removal: This API element is subject to removal in a future version.Use
NavigablePath
orNavigableRole
instead, depending on need.
MultiKeyLoadSizingStrategy
instead