You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 reads the mapping, cross referencing the mapping to the Java Class. Additionally, Windup marks the Java Class as a Hibernate Entity with a facet.
Green nodes represent nodes added by this visitor to the Windup Graph.