comparison src/main/java/de/intevation/lada/model/land/Messwert.java @ 1135:f84b4fb82061

Let the database control the tree_modified column (disable insert and update)
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 01 Nov 2016 15:01:03 +0100
parents 186d602e031a
children 1bf808b67403
comparison
equal deleted inserted replaced
1129:48c0132dbc85 1135:f84b4fb82061
47 private String messwertNwg; 47 private String messwertNwg;
48 48
49 @Column(name="nwg_zu_messwert") 49 @Column(name="nwg_zu_messwert")
50 private Double nwgZuMesswert; 50 private Double nwgZuMesswert;
51 51
52 @Column(name="tree_modified") 52 @Column(name="tree_modified", insertable=false, updatable=false)
53 private Timestamp treeModified; 53 private Timestamp treeModified;
54 54
55 @OneToOne 55 @OneToOne
56 @JoinColumn(name="messungs_id", insertable=false, updatable=false) 56 @JoinColumn(name="messungs_id", insertable=false, updatable=false)
57 private Messung messung; 57 private Messung messung;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)