Make '@SortNatural' as default for SortedSet and SortedMap
Description
This is a Hibernate specific feature to be introduced in v6. Basically when a `SortedMap` or `SortedSet` is not annotated with `@SortNatural` or `@SortComparator`, exception will be thrown, even though the data type has implemented `Comparable' interface.
This ticket is to make `@SortNatural` as default so no exception will be thrown.
This is a Hibernate specific feature to be introduced in v6. Basically when a `SortedMap` or `SortedSet` is not annotated with `@SortNatural` or `@SortComparator`, exception will be thrown, even though the data type has implemented `Comparable' interface.
This ticket is to make `@SortNatural` as default so no exception will be thrown.