spring-boot/spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa
Andy Wilkinson 46407c6763 Align JPA sample with Hibernate 5.1’s table naming
The name of the table for a many-to-many relationship has changed in
Hibernate 5.1.

This commit updates the JPA sample’s import.sql accordingly. It also
updates the repository integration tests to verify that the data has
been imported successfully.

Closes gh-5880
2016-05-10 17:29:23 +01:00
..
repository Align JPA sample with Hibernate 5.1’s table naming 2016-05-10 17:29:23 +01:00
SampleJpaApplicationTests.java Rename @SpringApplicationTest -> @SpringBootTest 2016-04-04 22:36:58 -07:00