hibernate proxy ..

Posted by abc on Stack Overflow See other posts from Stack Overflow or by abc
Published on 2010-04-03T07:34:50Z Indexed on 2010/04/03 7:43 UTC
Read the original article Hit count: 148

load() just returns a proxy by default and database won’t be hit until the proxy is first invoked.

what does it mean by proxy exactly here ?

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about stored-procedures