28 ____ forces hibernate to bypass the setter method and access the instance variable directly while initializing a newly loaded object.

  1. a) By mapping the property with access="onlyfield" in Hibernate metadata

  2. b) By mapping the property with access="variable" in Hibernate metadata

  3. c) By mapping the property with access="field" in Hibernate metadata

  4. d) none of the above


Correct Option: C

Find more quizzes: