comparison backend/src/main/java/org/dive4elements/river/model/OfficialLine.java @ 6370:55a2f9e0d6ab double-precision

fix official lines import
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 18 Jun 2013 19:33:40 +0200
parents 38a3f021fd97
children df867072d003
comparison
equal deleted inserted replaced
6369:7fb0e755e4fa 6370:55a2f9e0d6ab
39 } 39 }
40 40
41 @Id 41 @Id
42 @SequenceGenerator( 42 @SequenceGenerator(
43 name = "SEQUENCE_OFFICIAL_LINES_ID_SEQ", 43 name = "SEQUENCE_OFFICIAL_LINES_ID_SEQ",
44 sequenceName = "OFFICIAL_LINES_ID_SEQ_ID_SEQ", 44 sequenceName = "OFFICIAL_LINES_ID_SEQ",
45 allocationSize = 1) 45 allocationSize = 1)
46 @GeneratedValue( 46 @GeneratedValue(
47 strategy = GenerationType.SEQUENCE, 47 strategy = GenerationType.SEQUENCE,
48 generator = "SEQUENCE_OFFICIAL_LINES_ID_SEQ") 48 generator = "SEQUENCE_OFFICIAL_LINES_ID_SEQ")
49 @Column(name = "id") 49 @Column(name = "id")

http://dive4elements.wald.intevation.org