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 |
Which hibernate object wraps the jdbc connection?
What is named sql query in hibernate?
What is difference between steady state and transient state?
How many types of queries are there in hibernate?
What is hibernate framework used for?
What is unidirectional and bidirectional?
Why hibernate came into existence?
How can the primary key be created by using hibernate?
Can hibernate id be string?
What is the use of merge method in hibernate?
Should you use an orm?
What is query level cache in hibernate?