Multiple choice technology databases Wich one is the first or root element of hibernate mapping document ______________ <hibernate-mapping> element <mapping-hibernate> element <hibernate-mapping-source> element <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.