ajout du constructeur
This commit is contained in:
@@ -41,6 +41,10 @@ public class Criterion {
|
||||
this.conference = conference;
|
||||
}
|
||||
|
||||
public Criterion() {
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
@ManyToOne(targetEntity=Conference.class)
|
||||
@JoinColumn(name="conference_id",nullable=false)
|
||||
public Conference getConference(){
|
||||
|
||||
Reference in New Issue
Block a user