@Incubating

Package org.hibernate.metamodel.mapping

Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
Implementation Specification:
This entire package is considered incubating at the moment
Implementation Note:
Built on top of the org.hibernate.persister package.