Jean-Francois Leveque

Refactoring des comptes vers dénomination Account : mapping (non détecté par IDEA)

...@@ -425,7 +425,7 @@ public class Account /* extends org.roliste.data.DbTraceableEntity */ implements ...@@ -425,7 +425,7 @@ public class Account /* extends org.roliste.data.DbTraceableEntity */ implements
425 /** 425 /**
426 * The list of attributes / properties for this user. 426 * The list of attributes / properties for this user.
427 */ 427 */
428 - @OneToMany(mappedBy = "person") 428 + @OneToMany(mappedBy = "account")
429 private List<AccountAttribute> accountAttributes; 429 private List<AccountAttribute> accountAttributes;
430 430
431 /** 431 /**
......