1.

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

Answer»

This is mapped with a <list> element and initialized with java.util.ArrayList.



Discussion

No Comment Found