OSDN Git Service

57ec2cad93696287df5bac713cecaddccd773a8f
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / allcommon / EntityDefinedCommonColumn.java
1 package jp.sourceforge.ea2ddl.dao.allcommon;\r
2 \r
3 /**\r
4  * The interface of entity defined common column.\r
5  * @author DBFlute(AutoGenerator)\r
6  */\r
7 public interface EntityDefinedCommonColumn extends Entity {\r
8 \r
9     /**\r
10          * Disable common column auto set up.\r
11          */\r
12     public void disableCommonColumnAutoSetup();\r
13         \r
14     /**\r
15          * Can the entity set up common column by auto?\r
16          * @return Determination.\r
17          */\r
18         public boolean canCommonColumnAutoSetup();\r
19 }\r