Skip to:
https://hibernate.atlassian.net/browse/HHH-16694 dropped the sorting of the enum values based on the name which is problematic, because that will alter the ordering of the enum values.
The ordering should be respected and the native enum type should be used for both, the ordinal and string enumerated type.
https://hibernate.atlassian.net/browse/HHH-16694 dropped the sorting of the enum values based on the name which is problematic, because that will alter the ordering of the enum values.
The ordering should be respected and the native enum type should be used for both, the ordinal and string enumerated type.