|
So then you'd want to use org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl as the org.hibernate.boot.model.naming.ImplicitNamingStrategy, either by setting hibernate.implicit_naming_strategy or calling org.hibernate.boot.MetadataBuilder#applyImplicitNamingStrategy
|