Multiple choice technology programming languages

Which of the following attribute of the tag needs to be defined in the mapping xml when the default-entity mode is set to "dynamic-map"

  1. name

  2. entity-name

  3. node

  4. schema

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

When default_entity_mode is set to 'dynamic-map', the entity-name attribute must be defined instead of name. This is because dynamic-map mode uses entity names as keys in maps rather than class names.