| This bug follows from the discussion in the forum: https://forum.hibernate.org/viewtopic.php?f=1&t=1043610 I'll attach a test case in a minute. The ImplicitNamingStrategy contains a method "determineUniqueKeyName" for customizing unique key names, but it's not called at all in the test. The test cases setups up a custom NamingStrategy, but it's never called. You can also debug this in an IDE. |