Which element of hbm.xml is used to map a java.util.set property in hibernate?



Which element of hbm.xml is used to map a java.util.set property in hibernate?..

Answer / Savita Sharma

The set element in hbm.xml is used to map a Java.util.Set property in Hibernate.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is hibernatetemplate?

1 Answers  


Which hibernate object wraps the jdbc connection?

1 Answers  


How to implement one to many relationships with annotation?

1 Answers  


Explain the transaction object in hibernate?

1 Answers  


What is a hibernatetemplate?

1 Answers  


How do you map java objects with database tables?

1 Answers  


Which one is the default transaction factory in hibernate?

1 Answers  


What is @transient in hibernate?

1 Answers  


What are the technologies that are supported by hibernate?

1 Answers  


How to add Hibernate mapping file in hibernate configuration file?

1 Answers  


What is a sessionfactory?

1 Answers  


What is reverse engineering in hibernate?

1 Answers  


Categories