Multiple choice technology programming languages

The default_entity_mode is set to which mode by default?

  1. dynamic-map

  2. dom4j

  3. pojo

  4. None of the above

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

Hibernate's default_entity_mode is set to 'pojo' by default, which means it works with Plain Old Java Objects as the default entity representation mode for mapping.