Multiple choice technology web technology

How are the individual properties mapped to different table columns?

  1. By using multiple <property> elements inside the <class> element.

  2. By using multiple <field> elements inside the <class> element.

  3. By using multiple <coulmn> elements inside the <class> element.

  4. none of the above

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

In Hibernate mapping files, individual properties of a persistent class are mapped to table columns using multiple elements nested inside the element. Each element defines the column mapping, type, and other attributes for a single class property.