There was an error while loading. Please reload this page.
1 parent 1ae11d9 commit 64a46bcCopy full SHA for 64a46bc
src/main/java/no/hvl/dat250/jpa/tutorial/creditcards/driver/CreditCardsMain.java
@@ -6,7 +6,7 @@
6
7
public class CreditCardsMain {
8
9
- static final String PERSISTENCE_UNIT_NAME = "jpa-example";
+ static final String PERSISTENCE_UNIT_NAME = "jpa-tutorial";
10
11
public static void main(String[] args) {
12
try (EntityManagerFactory factory = Persistence.createEntityManagerFactory(
0 commit comments