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