What is called lazy fetching from hibernate?



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

Post New Answer

More Hibernate Interview Questions

Can I use hibernate without jpa?

1 Answers  


What is difference between merge and update in hibernate?

1 Answers  


What is jpql in hibernate?

1 Answers  


What is HibernateTemplate class?

1 Answers  


Explain What we can not do in jdbc but can do hibernate?

1 Answers  


What is the role played by sessionfactory interface in hibernate?

1 Answers  


What is reverse engineering in hibernate?

1 Answers  


What is hibernate transaction?

1 Answers  


What is difference between steady state and transient state?

1 Answers  


What is component mapping in hibernate?

1 Answers  


What is general hibernate flow using RDBMS?

1 Answers  


Is hibernate session is thread safe?

1 Answers  


Categories