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 Country /* extends org.roliste.data.DbEntity */ { | 10 | public class Country /* extends org.roliste.data.DbEntity */ { |
11 | @Id | 11 | @Id |
12 | @GeneratedValue(strategy = GenerationType.IDENTITY) | 12 | @GeneratedValue(strategy = GenerationType.IDENTITY) |
13 | - @Column(name="COUNTRY_ID") | ||
14 | private int countryId; | 13 | private int countryId; |
15 | private String countryName; | 14 | private String countryName; |
16 | 15 | ... | ... |
-
Please register or login to post a comment