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.
- First performs some pre-processing which aggregates information across all XML mappings
- Next performs XML processing which applies metadata-complete mappings and collects overlay/override XML for later application.
- Performs XML post-processing which applies overlay/override XML.
-
ClassDescriptionGenerally indicates a problem locating an XML resource