Multiple choice technology architecture What’s the root tag in the Hibernate value object mapping XML? <hibernate-mapping> <class> <id> <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.