]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/TableDiffPosition.java
Disable sudo in LXC deployment
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / diff / TableDiffPosition.java
index dda5fa1c20662c9a81357fa15f58dfb1bb0b5d3e..7d5aa3ed3b4f9ae436cd464e958932abe6e50e9e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.argeo.slc.diff;\r
 \r
 import org.argeo.slc.UnsupportedException;\r
@@ -37,6 +36,10 @@ public class TableDiffPosition extends DiffPosition {
                this.columnName = columnName;\r
        }\r
 \r
+       @SuppressWarnings("unused")\r
+       private TableDiffPosition() {\r
+       }\r
+\r
        public Integer getLine() {\r
                return line;\r
        }\r
@@ -79,4 +82,20 @@ public class TableDiffPosition extends DiffPosition {
                return buf.toString();\r
        }\r
 \r
+       // Hibernate\r
+       @SuppressWarnings("unused")\r
+       private void setLine(Integer line) {\r
+               this.line = line;\r
+       }\r
+\r
+       @SuppressWarnings("unused")\r
+       private void setColumn(Integer column) {\r
+               this.column = column;\r
+       }\r
+\r
+       @SuppressWarnings("unused")\r
+       private void setColumnName(String columnName) {\r
+               this.columnName = columnName;\r
+       }\r
+\r
 }\r