You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Post lukeP1 = new Post("I have a bad feeling about this.");
43
-
// em.persist(lukeP1);
44
-
// luke.setPosts(List.of(lukeP1));
45
-
46
42
Userleia = newUser("id-2", "leia");
47
43
leia.setFirstname("Leia");
48
44
leia.setLastname("Organa");
49
45
50
46
Userhan = newUser("id-3", "han");
51
47
han.setFirstname("Han");
52
48
han.setLastname("Solo");
53
-
// Post hanP1 = new Post("It's the ship that made the Kessel Run in less than 12 Parsecs.");
54
-
// em.persist(hanP1);
55
-
// han.setPosts(List.of(hanP1));
56
49
57
50
Userchewbacca = newUser("id-4", "chewbacca");
58
51
Useryoda = newUser("id-5", "yoda");
59
-
PostyodaP1 = newPost("Do. Or do not. There is no try.");
60
-
PostyodaP2 = newPost(
61
-
"Decide you must, how to serve them best. If you leave now, help them you could; but you would destroy all for which they have fought, and suffered.");
0 commit comments