
What is Hibernate proxy?

Hi friends,
In hibernate, you can map classes into proxy instead of a table. When load is called on session, a proxy is returned. The proxy contains actual method to load the data. The proxy is created by default by Hibernate, for mapping a class to a file. The code to invoke JDBC contained in this class.
Thanks.

Hi friends,
In hibernate, you can map classes into proxy instead of a table. When load is called on session, a proxy is returned. The proxy contains actual method to load the data. The proxy is created by default by Hibernate, for mapping a class to a file. The code to invoke JDBC contained in this class.
Thanks.

Hi friends,
In hibernate, you can map classes into proxy instead of a table. When load is called on session, a proxy is returned. The proxy contains actual method to load the data. The proxy is created by default by Hibernate, for mapping a class to a file. The code to invoke JDBC contained in this class.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.