DummyEntity renamed to Message

This commit is contained in:
Marcos Lopez Gonzalez
2018-11-12 19:54:39 +01:00
parent f7135b4a40
commit 8d745e684e
4 changed files with 13 additions and 17 deletions
@@ -23,7 +23,7 @@
<persistence-unit name="jpa-h2">
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
<class>com.baeldung.jpa.stringcast.DummyEntity</class>
<class>com.baeldung.jpa.stringcast.Message</class>
<properties>
<property name="javax.persistence.jdbc.driver" value="org.h2.Driver" />
<property name="javax.persistence.jdbc.url" value="jdbc:h2:mem:test" />