The original fix, HHH-9280, caused a regression, HHH-9327.
HHH-9280 will be reverted by HHH-9327. The original bug will be fixed by this issue.
The fix will not be enabled by default to avoid making a breaking change in the generated collection table name.
The fix can be enabled as follows: * when using Entity Manager, set the property: hibernate.ejb.naming_strategy_delegator=org.hibernate.cfg.naming.ImprovedNamingStrategyDelegator; * when not using Entity Manager, call Configuration.setNamingStrategyDelegator(ImprovedNamingStrategyDelegator.DEFAULT_INSTANCE).
|