:fn-reusability: footnote:[This is a nice-to-have, as opposed to a hard goal] == Boot models
A work-in-progress look at a more phased approach to how Hibernate reads annotation
and XML based mapping information. Specifically here we are looking at the process
used to build the org.hibernate.mapping
model - the so-called boot model.
See https://hibernate.atlassian.net/browse/HHH-16114[HHH-16114] for details and discussion.
There are a few inter-related goals for this work -
=== The modules
hibernate-models-common:: Common stuff - duh hibernate-models-source:: An abstraction over reflection and annotation hibernate-models-intermediate:: First set of phases to categorize a domain model -
Definitely need a better name for hibernate-models-intermediate