persistence unit name
This commit is contained in:
parent
1d26380c07
commit
f3e5bc6ee3
|
@ -18,7 +18,7 @@
|
|||
</properties>
|
||||
</persistence-unit>
|
||||
|
||||
<persistence-unit name="jpa-h22">
|
||||
<persistence-unit name="jpa-h2">
|
||||
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
|
||||
<class>com.baeldung.jpa.stringcast.DummyEntity</class>
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue