comparison flys-backend/src/main/java/de/intevation/flys/model/HydrBoundaryPoly.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
98 * Get sectie. 98 * Get sectie.
99 * 99 *
100 * @return sectie as SectieKind. 100 * @return sectie as SectieKind.
101 */ 101 */
102 @OneToOne 102 @OneToOne
103 @Column(name = "sectie") 103 @JoinColumn(name = "sectie")
104 public SectieKind getSectie() 104 public SectieKind getSectie()
105 { 105 {
106 return sectie; 106 return sectie;
107 } 107 }
108 108

http://dive4elements.wald.intevation.org