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

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -