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
@ -7,11 +7,11 @@ insert into note(title, body) values ('Spring Framework', 'Core support for depe
insertintonote(title,body)values('Spring Integration','Extends the Spring programming model to support the well-known Enterprise Integration Patterns.')
insertintonote(title,body)values('Tomcat','Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies.')