1.

What Is Lazy Fetching In Hibernate?

Answer»

• 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.

• 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.



Discussion

No Comment Found