spring-boot/spring-boot-samples/spring-boot-sample-jpa
Andy Wilkinson 5c0d400c23 Align Hibernate 5 join table names with those from SpringNamingStrategy
Previously, the name of a join table when using Hibernate 5 would
differ from those when using Hibernate 4 with the default
SpringNamingStrategy.

This commit introduces SpringImplicitNamingStrategy which customises the
name of join tables to match those produced by SpringNamingStrategy.

Closes gh-5880
2016-05-11 10:52:43 +01:00
..
src Align Hibernate 5 join table names with those from SpringNamingStrategy 2016-05-11 10:52:43 +01:00
pom.xml Align Hibernate 5 join table names with those from SpringNamingStrategy 2016-05-11 10:52:43 +01:00