spring-boot/spring-boot-project/spring-boot-autoconfigure
Andy Wilkinson 4bf1640198 Allow beans to be used as Hibernate naming strategies
Previously, custom Hibernate naming strategies could only be
configured via properties. This allowed a fully-qualified classname to
be specified, but did not allow a naming strategy instance to be used.

This commit updates HibernateJpaConfiguration to use
ImplicitNamingStrategy and PhysicalNamingStrategy beans if they
exist. If both a bean exists and the equivalent property has been set,
the bean wins.
2017-11-22 17:29:13 +00:00
..
src Allow beans to be used as Hibernate naming strategies 2017-11-22 17:29:13 +00:00
pom.xml Drop support for Spring Mobile 2017-11-02 14:39:46 +00:00