Package org.hibernate.boot.model

Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.

It is incrementally built from annotations and XML mappings