What is difference between eager and lazy loading?
Answer / Rukmani Gunjiyal
Eager Loading loads associated entities immediately when a parent entity is loaded, while Lazy Loading delays the loading of associated entities until they are explicitly fetched.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need mapping?
What is an orm tool?
What is the use of show_sql in hibernate?
What is transaction management in hibernate? How it works?
Does hibernate use reflection?
What is transient annotation in hibernate?
What is dialect in hibernate?
What’s the usage of configuration interface in hibernate?
Does hibernate use jdbc internally?
Is hibernate part of spring?
Why do we use jpa instead of hibernate?
How to integrate Hibernate and Spring frameworks?