Multiple choice technology programming languages

What does element in mapping documnet signify?

  1. maps domain object with the corresponding entity in databse

  2. mapping from property to primary cloumn

  3. generates unique identifiers for instances

  4. declares a persistent ,Java Bean style

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

The element in Hibernate mapping documents declares a persistent property of a Java class following JavaBean conventions. It maps a JavaBean property to a database column but does not handle primary key mapping (that's ) or identifier generation (that's ).