Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -10,7 +10,6 @@ import javax.persistence.*; | ... | @@ -10,7 +10,6 @@ import javax.persistence.*; |
10 | public class UserProperty { | 10 | public class UserProperty { |
11 | @Id | 11 | @Id |
12 | @GeneratedValue(strategy = GenerationType.IDENTITY) /* Permet la population */ | 12 | @GeneratedValue(strategy = GenerationType.IDENTITY) /* Permet la population */ |
13 | - @Column(name="USER_PROPERTY_ID") | ||
14 | private int userPropertyId; | 13 | private int userPropertyId; |
15 | 14 | ||
16 | /** | 15 | /** | ... | ... |
-
Please register or login to post a comment