1.

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

Answer»

This is mapped with a <set> element and initialized with java.util.TreeSet. The sort attribute can be set to either a comparator or natural ordering.



Discussion

No Comment Found