What is Hibernate proxy?

Hi,

What is Hibernate proxy?

thanks,

View Answers

April 18, 2013 at 4:54 PM

Hi,

For mapping of classes we uses a proxy instead of a table. A proxy will delivered when a load is called on a session. In Hibernated the proxy is created by default and for mapping a class to file.

For more details visit http://www.roseindia.net/hibernate/

Thank,


April 18, 2013 at 5:12 PM

Hi,

In a simple manner a Collection is refered as one to many reference. The frequently used collection types in Hibernate is . In Collection types of hibernate you can find the list of unordered objects which may contains the duplicate datas. You can find various collection types in Hibernate such as ArrayType Constructor, BagType Constructor, CustomCollectionType, IdentifierBagType, MapType, and SetType Constructor etc.

For more details visit http://www.roseindia.net/hibernate/hibernate4/hibernateCollectionMapping.shtml

http://www.roseindia.net/hibernate/

Thanks,









Related Tutorials/Questions & Answers:
Advertisements