Uses of Class
org.hibernate.MappingException

Packages that use MappingException
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
 
 
Overall, this module is responsible for taking managed-resources and building the hibernate-models model (ClassDetails, etc.) to ultimately be bound into Hibernate's boot-time model.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
Support for Dialect-specific identity column handling.
Support for Dialect-specific sequence handling.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Internal utility classes
A small API allowing the client of a Hibernate session to interact directly with JDBC, using the same connection and transaction obtained by the session.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Defines support for executing database stored procedures and functions and accessing their outputs.
Validation for HQL queries.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPIs for native SQL query support.
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.