We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e678a5b commit 8b7d58dCopy full SHA for 8b7d58d
working-5.0-migration-guide.md
@@ -35,6 +35,10 @@ Working list of changes for 5.0
35
enum names; this is more consistent with other Hibernate settings
36
* For ids defined as UUID with generation, for some databases it is required to explicitly set the `@Column( length=16 )`
37
in order to generate BINARY(16) so that comparisons properly work.
38
+* For EnumType mappings defined in hbm.xml where the user wants name-mapping (`javax.persistence.EnumType#STRING`)
39
+ the configuration must explicitly state that using either the `useNamed` (true) setting or by specifying the `type`
40
+ setting set to the value 12 (VARCHAR JDBC type code).
41
+
42
43
TODOs
44
=====
0 commit comments