HHH-7078
split NamingStrategy into Implicit and Physical classes, but neglected to correct all the descendants such as ImprovedNamingStrategy and EJB3Naming strategy. The original classes are still in the 5.0 source tree but after a long search (including StackOverflow questions along the same line), I cannot find any example of how to either use them in a different context or what replaced them
In my case I was using configuration.setNamingStrategy(ImprovedNamingStrategy.INSTANCE);
This means my existing databases created with Hibernate 4.1 have the "improved" format that I still need to read/write using 5.0.1
|