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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -