Hibernate: Difference between session.get and session.load

Posted by tomato on Stack Overflow See other posts from Stack Overflow or by tomato
Published on 2009-03-04T01:36:57Z Indexed on 2010/04/20 10:33 UTC
Read the original article Hit count: 196

From the API, I could see it has something to do with proxy. But I couldn't find a lot of information on proxy and do not understand the difference between calling session.get and session.load. Could someone please explain or direct me to a reference page?

Thank you!!

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about hibernate-session