Package org.hibernate.boot.models.xml


package org.hibernate.boot.models.xml
Support for processing mapping XML files, ultimately creating/updating ClassDetails, FieldDetails and annotation references based on the XML.
  1. First performs some pre-processing which aggregates information across all XML mappings
  2. Next performs XML processing which applies metadata-complete mappings and collects overlay/override XML for later application.
  3. Performs XML post-processing which applies overlay/override XML.