[hibernate-dev] API/SPI in 5.0

Steve Ebersole steve at hibernate.org
Thu Feb 6 08:52:57 EST 2014


On Thu, Feb 6, 2014 at 7:01 AM, Emmanuel Bernard <emmanuel at hibernate.org>wrote:

> For OGM the impact is less but in
> Integrator.integrate
> we use Configuration to be able to conditionally add a naming strategy
> configuration.setNamingStrategy().
>
See this actually illustrates the problems with Configuration, so thanks
for that :).  Setting the naming strategy there would have had no effect
because its "too late in the game".  And there is really no corollary in
the new code because of that (setting the naming strategy is available
earlier).


More information about the hibernate-dev mailing list