Skip to content

HibernateMappingVisitor

Brad edited this page Mar 25, 2014 · 6 revisions

HibernateMappingVisitor is responsible for reviewing all XML Resources in the Windup Graph, and identifying XML Resources that are Hibernate Mappings. It does this by identifying the root tag and either the XML Doctype. After the XML has been identified as a Hibernate Mapping, Windup then adds a reference to the Java Class, marking the Java Class as a Hibernate Entity through a HibernateEntity facet.

HibernateMappingVisitor

Green nodes represent nodes added by this visitor to the Windup Graph.

Clone this wiki locally