Multiple choice technology databases

Wich one is the first or root element of hibernate mapping document ______________

  1. <hibernate-mapping> element

  2. <mapping-hibernate> element

  3. <hibernate-mapping-source> element

  4. <hibernate-mapping-object> element

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

In Hibernate XML mapping files (.hbm.xml), the root element is . All class, property, and other mapping definitions are nested within this element. The other options are not valid Hibernate mapping elements.