mirror of
https://github.com/ArenMg/aren.git
synced 2024-12-22 23:13:29 +00:00
Regler problème auteur sur vote majoritaire
This commit is contained in:
parent
cf439ba51c
commit
dc5ee5af8d
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ public class VMVote extends AbstractEntity implements Serializable {
|
|||
EXCELLENT
|
||||
}
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "subThemeId")
|
||||
private VMChoice subThemeId;
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "authorId")
|
||||
private User authorId ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue