déplacement des class
This commit is contained in:
BIN
data/test.lck
BIN
data/test.lck
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
public abstract class Activity {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
public class Choix extends Reponse{
|
||||
public Choix() {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
public class Classement {
|
||||
private Question question;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
import jakarta.persistence.CascadeType;
|
||||
import jakarta.persistence.GeneratedValue;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
public class Quizz {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
import jakarta.persistence.Id;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package jpa.metier;
|
||||
package metier;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user