Mercurial > dive4elements > river
comparison flys-backend/src/main/java/de/intevation/flys/model/HydrBoundary.java @ 5089:4e03f3976d4b dami
Fix column decorator for sectie
Patch provided by Raimund Renkert <rrenkert@intevation.de>
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 25 Feb 2013 12:11:50 +0100 |
parents | bafc655ee630 |
children | a2600507761e |
comparison
equal
deleted
inserted
replaced
5086:4f65d833680f | 5089:4e03f3976d4b |
---|---|
97 * Get sectie. | 97 * Get sectie. |
98 * | 98 * |
99 * @return sectie as SectieKind. | 99 * @return sectie as SectieKind. |
100 */ | 100 */ |
101 @OneToOne | 101 @OneToOne |
102 @Column(name = "sectie") | 102 @JoinColumn(name = "sectie") |
103 public SectieKind getSectie() | 103 public SectieKind getSectie() |
104 { | 104 { |
105 return sectie; | 105 return sectie; |
106 } | 106 } |
107 | 107 |