I am following the tutorial from the site:
Hibernate SortedSet Mappings
It is an example of a sorted set mapping. The example uses a class called MyClass which is basically supposed to sort the certificates in reverse order. But I am getting the same output for natural sorting and MyClass sorting. Something is wrong somewhere.
Will post the code in the next post.
Hibernate SortedSet Mappings
It is an example of a sorted set mapping. The example uses a class called MyClass which is basically supposed to sort the certificates in reverse order. But I am getting the same output for natural sorting and MyClass sorting. Something is wrong somewhere.
Will post the code in the next post.