What is called lazy fetching from hibernate?
Answer / Sumit Pratap Singh
Lazy Fetching in Hibernate refers to the technique of delaying the loading of associated data until it's actually needed. This can improve performance by reducing unnecessary database calls.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I use hibernate without jpa?
What is difference between merge and update in hibernate?
What is jpql in hibernate?
What is HibernateTemplate class?
Explain What we can not do in jdbc but can do hibernate?
What is the role played by sessionfactory interface in hibernate?
What is reverse engineering in hibernate?
What is hibernate transaction?
What is difference between steady state and transient state?
What is component mapping in hibernate?
What is general hibernate flow using RDBMS?
Is hibernate session is thread safe?