On Thu, Feb 6, 2014 at 7:01 AM, Emmanuel Bernard <emmanuel(a)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).