adspace


What is the difference between get and load method?

Answer Posted / Rajesh Kumar Maurya

The main difference between get and load methods in Hibernate lies in their behavior towards the initial fetching of an entity. The get method fetches the data immediately, while the load method loads only the proxy object without actually querying the database.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493