What is fetching strategy in hibernate?



What is fetching strategy in hibernate?..

Answer / Shiv Shanker

Fetching strategy in Hibernate refers to the way Hibernate loads related entities when an entity is requested. The most common strategies are EAGER, LAZY, and JOIN FETCH.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Which hibernate object wraps the jdbc connection?

1 Answers  


What is named sql query in hibernate?

1 Answers  


What is difference between steady state and transient state?

1 Answers  


How many types of queries are there in hibernate?

1 Answers  


What is hibernate framework used for?

1 Answers  


What is unidirectional and bidirectional?

1 Answers  


Why hibernate came into existence?

1 Answers  


How can the primary key be created by using hibernate?

1 Answers  


Can hibernate id be string?

1 Answers  


What is the use of merge method in hibernate?

1 Answers  


Should you use an orm?

1 Answers  


What is query level cache in hibernate?

1 Answers  


Categories