Today I went through a great post by Mr. Ganeshji Marwah which will be very useful to beginners. This post is regarding with the difference between Hibernate session’s get() and load() methods. As he describes it is very helpful to improve the performance level. Please click here to visit this post.
Technorati tags: Hibernate
I came to a webpage stating the difference between the two basic methods of retrieving data by mean of a primary key.
http://www.adobocode.com/spring/hibernate-difference-between-load-and-get-methods
is the explaination there enough? which of the two is better to use? pls provide example. thanks