What is lazy and eager initialization?
Answer / Indrajeet Kumar Yadav
Lazy initialization means that an entity's associated entities are loaded only when they are needed. Eager initialization means that the related entities are loaded immediately along with the parent entity.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is second level caching?
What is hibernate dialect used for?
Is hibernate sessionfactory singleton?
What are the fetching strategies in hibernate?
What are the hibernate properties?
What is version property in hibernate?
What are the restrictions for the entity classes?
What is hibernate architecture?
How to create composite key in hibernate using annotations?
What is named sql query in hibernate?
What are the different types of interfaces present in hibernate?
When do you use merge() and update() in hibernate?