hibernate session.get gives proxy object -
does hibernate session.get gives proxy object. based on below link see returns real object , not proxy object. today saw strange behavior giving proxy object if proxy object exists in cache otherwise real object. understanding if object exists or doesn't exist in cache session.get give real object , not proxy object. can 1 explain on this.
http://www.mkyong.com/hibernate/different-between-session-get-and-session-load
Comments
Post a Comment