What are the Lazy Property, Lazy Collection in Hibernate

Showing Answers 1 - 1 of 1 Answers

mikessun

  • May 7th, 2008
 

lazy property in hibernate is used to control when child/ren  class(es) should be loaded, e.g., when a parent class is loaded and lazy property is true, the child entity is not loaded until an explicit call getChild() is invoked

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions