ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Hibernate proxy?

The proxy attribute enables lazy initialization of persistent instances of the class. Hibernate will initially return CGLIB proxies which implement the named interface. The actual persistent object will be loaded when a method of the proxy is invoked.
Related Posts Plugin for WordPress, Blogger...
Flag Counter