Thursday, 16 February 2012

What is lazy fetching in hibernate?

•    Lazy setting decides whether to load child objects while loading the Parent Object.
•    This can be done by a setting in hibernate mapping file of the parent class.Lazy = true
•    By default the lazy loading of the child objects is true.

No comments: