Multiple choice technology architecture

What’s the root tag in the Hibernate value object mapping XML?

  1. <hibernate-mapping>

  2. <class>

  3. <id>

  4. <property>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The tag is the root element in Hibernate XML mapping files. All class and property mappings are nested within this tag. The , , and tags are child elements used to define specific mappings but cannot appear as the root element.