Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-01-18 12:52:07 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0ee771d419e88d13d8b60b5876cce2afc53241f
e0ee771d
1 parent
2b6adc29
Refactoring des comptes vers dénomination Account : mapping (non détecté par IDEA)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/legrog/entities/Account.java
src/main/java/org/legrog/entities/Account.java
View file @
e0ee771
...
...
@@ -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
;
/**
...
...
Please
register
or
login
to post a comment