1.

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

Answer»

This is mapped with a <bag> or <ibag> element and initialized with java.util.ArrayList.



Discussion

No Comment Found