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.
-
Interface Summary Interface Description LoaderLogging Logging for loaders -
Class Summary Class Description PropertyPath Deprecated, for removal: This API element is subject to removal in a future version. UseNavigablePath
orNavigableRole
instead, depending on need. -
Enum Summary Enum Description BatchFetchStyle Deprecated. seeMultiKeyLoadSizingStrategy
instead -
Exception Summary Exception Description MultipleBagFetchException Exception used to indicate that a query is attempting to simultaneously fetch multiple bagsNonUniqueDiscoveredSqlAliasException Thrown 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.