| [Thomas Lang, I should probably have clarified that the issue is specifically with spring-boot-autoconfigure project and how it wires in the naming strategies to be used automatically. If you elect to not use spring-boot-autoconfigure and instead just use spring-boot and manually construct your EntityManagerFactory yourself then Hibernate's default strategies will be used and you won't experience the issue. |