Package org.hibernate.metamodel.mapping

Hibernate's run-time mapping model. This model defines the mapping of the application's domain model to database objects (tables, columns, etc).
"Implementation Specification:"
This entire package is considered an SPI and incubating at the moment
"Implementation Note:"
At the moment, this mapping model is built on top of the org.hibernate.persister package.