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.

  • Class
    Description
    Logging for loaders
    Exception used to indicate that a query is attempting to simultaneously fetch multiple bags
    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.