persistence unit name

This commit is contained in:
Marcos Lopez Gonzalez 2018-11-10 19:16:23 +01:00
parent 1d26380c07
commit f3e5bc6ee3

View File

@ -18,7 +18,7 @@
</properties> </properties>
</persistence-unit> </persistence-unit>
<persistence-unit name="jpa-h22"> <persistence-unit name="jpa-h2">
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider> <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
<class>com.baeldung.jpa.stringcast.DummyEntity</class> <class>com.baeldung.jpa.stringcast.DummyEntity</class>
<properties> <properties>