Saved Bookmarks
| 1. |
What Is Hibernate Proxy? |
|
Answer» Mapping of classes can be made into a PROXY instead of a table. A proxy is returned when actually a LOAD is called on a session. 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 is contained in this class. Mapping of classes can be made into a proxy instead of a table. A proxy is returned when actually a load is called on a session. 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 is contained in this class. |
|