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
/**
* The list of attributes / properties for this user.
*/
@OneToMany(mappedBy = "person")
@OneToMany(mappedBy = "account")
private List<AccountAttribute> accountAttributes;
/**
......