comparison src/main/java/de/intevation/lada/model/land/Probe.java @ 1128:830a47aeb15d

Remove misleading comment.
author Tom Gottfried <tom@intevation.de>
date Tue, 01 Nov 2016 12:11:06 +0100
parents 186d602e031a
children f84b4fb82061
comparison
equal deleted inserted replaced
1127:997899aba991 1128:830a47aeb15d
13 import org.hibernate.annotations.DynamicInsert; 13 import org.hibernate.annotations.DynamicInsert;
14 14
15 15
16 /** 16 /**
17 * The persistent class for the probe database table. 17 * The persistent class for the probe database table.
18 * 18 *
19 */ 19 */
20 // The DynamicInsert Annotation has the effect, that the persisted object still
21 // has all the "null"-values. There is no reloading after the persistence
22 // process!
23 @Entity 20 @Entity
24 @DynamicInsert(true) 21 @DynamicInsert(true)
25 public class Probe implements Serializable { 22 public class Probe implements Serializable {
26 private static final long serialVersionUID = 1L; 23 private static final long serialVersionUID = 1L;
27 24
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)