OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / allcommon / EntityDefinedCommonColumn.java
index 57ec2ca..f276f21 100644 (file)
@@ -1,12 +1,19 @@
 package jp.sourceforge.ea2ddl.dao.allcommon;\r
 \r
+import org.seasar.dbflute.Entity;\r
+\r
 /**\r
- * The interface of entity defined common column.\r
+ * The interface of entity defined common columns.\r
  * @author DBFlute(AutoGenerator)\r
  */\r
 public interface EntityDefinedCommonColumn extends Entity {\r
 \r
     /**\r
+        * Enable common column auto set up. {for after disable because the default is enabled}\r
+        */\r
+    public void enableCommonColumnAutoSetup();\r
+\r
+    /**\r
         * Disable common column auto set up.\r
         */\r
     public void disableCommonColumnAutoSetup();\r