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
2016-11-21 16:02:15 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2df636a4f7fe16535c4bfe0220a4bb618bd1529a
2df636a4
1 parent
eeb563b7
Suppression @Column de l'Id de Country
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/org/legrog/entities/Country.java
src/main/java/org/legrog/entities/Country.java
View file @
2df636a
...
...
@@ -10,7 +10,6 @@ import javax.persistence.*;
public
class
Country
/* extends org.roliste.data.DbEntity */
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
@Column
(
name
=
"COUNTRY_ID"
)
private
int
countryId
;
private
String
countryName
;
...
...
Please
register
or
login
to post a comment