What are the Collection types in Hibernate ?

What are the Collection types in Hibernate ?

hi,

What are the Collection types in Hibernate ?

Thanks,

View Answers

April 18, 2013 at 5:14 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:

Ads