Package org.hibernate.boot.model

Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc). Ultimately, as part of the process of creating the SessionFactory, Hibernate will interpret this boot metamodel to its runtime metamodel.