comparison src/main/java/de/intevation/lada/model/land/Probe.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 830a47aeb15d
children 1bf808b67403
comparison
equal deleted inserted replaced
1129:48c0132dbc85 1135:f84b4fb82061
81 @Column(name="solldatum_ende") 81 @Column(name="solldatum_ende")
82 private Timestamp solldatumEnde; 82 private Timestamp solldatumEnde;
83 83
84 private Boolean test; 84 private Boolean test;
85 85
86 @Column(name="tree_modified") 86 @Column(name="tree_modified", insertable=false, updatable=false)
87 private Timestamp treeModified; 87 private Timestamp treeModified;
88 88
89 @Column(name="umw_id") 89 @Column(name="umw_id")
90 private String umwId; 90 private String umwId;
91 91
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)