Multiple choice technology web technology How are the individual properties mapped to different table columns? By using multiple <property> elements inside the <class> element. By using multiple <field> elements inside the <class> element. By using multiple <coulmn> elements inside the <class> element. 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.