Refactoring des comptes vers dénomination Account : mapping (non détecté par IDEA)
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | /** | ... | ... |
-
Please register or login to post a comment