OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / cbean / cq / bs / BsTAttributeconstraintsCQ.java
index 62c9e13..ba03f7a 100644 (file)
@@ -2,17 +2,17 @@ package jp.sourceforge.ea2ddl.dao.cbean.cq.bs;
 \r
 import java.util.Map;\r
 \r
-import jp.sourceforge.ea2ddl.dao.allcommon.cbean.*;\r
-import jp.sourceforge.ea2ddl.dao.allcommon.cbean.cvalue.ConditionValue;\r
-import jp.sourceforge.ea2ddl.dao.allcommon.cbean.sqlclause.SqlClause;\r
+import org.seasar.dbflute.cbean.*;\r
+import org.seasar.dbflute.cbean.cvalue.ConditionValue;\r
+import org.seasar.dbflute.cbean.sqlclause.SqlClause;\r
 import jp.sourceforge.ea2ddl.dao.cbean.cq.ciq.*;\r
+import jp.sourceforge.ea2ddl.dao.cbean.*;\r
 import jp.sourceforge.ea2ddl.dao.cbean.cq.*;\r
 \r
 /**\r
  * The base condition-query of t_attributeconstraints.\r
  * @author DBFlute(AutoGenerator)\r
- */
-@SuppressWarnings("unchecked")\r
+ */\r
 public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ {\r
 \r
     // ===================================================================================\r
@@ -48,7 +48,7 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
      * @return On-clause query. (NotNull)\r
      */\r
     public TAttributeconstraintsCIQ on() {\r
-        if (isBaseQuery(this)) { throw new UnsupportedOperationException("Unsupported onClause of Base Table!"); }\r
+        if (isBaseQuery(this)) { throw new UnsupportedOperationException("Unsupported on-clause for local table!"); }\r
         TAttributeconstraintsCIQ inlineQuery = inline(); inlineQuery.xsetOnClauseInline(true); return inlineQuery;\r
     }\r
 \r
@@ -62,7 +62,7 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
         return _objectId;\r
     }\r
     protected ConditionValue getCValueObjectId() { return getObjectId(); }\r
-          \r
+\r
     public BsTAttributeconstraintsCQ addOrderBy_ObjectId_Asc() { regOBA("Object_ID"); return this; }\r
     public BsTAttributeconstraintsCQ addOrderBy_ObjectId_Desc() { regOBD("Object_ID"); return this; }\r
 \r
@@ -72,7 +72,7 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
         return _constraint;\r
     }\r
     protected ConditionValue getCValueConstraint() { return getConstraint(); }\r
-    \r
+\r
     public BsTAttributeconstraintsCQ addOrderBy_Constraint_Asc() { regOBA("Constraint"); return this; }\r
     public BsTAttributeconstraintsCQ addOrderBy_Constraint_Desc() { regOBD("Constraint"); return this; }\r
 \r
@@ -82,7 +82,7 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
         return _attname;\r
     }\r
     protected ConditionValue getCValueAttname() { return getAttname(); }\r
-    \r
+\r
     public BsTAttributeconstraintsCQ addOrderBy_Attname_Asc() { regOBA("AttName"); return this; }\r
     public BsTAttributeconstraintsCQ addOrderBy_Attname_Desc() { regOBD("AttName"); return this; }\r
 \r
@@ -92,7 +92,7 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
         return _type;\r
     }\r
     protected ConditionValue getCValueType() { return getType(); }\r
-    \r
+\r
     public BsTAttributeconstraintsCQ addOrderBy_Type_Asc() { regOBA("Type"); return this; }\r
     public BsTAttributeconstraintsCQ addOrderBy_Type_Desc() { regOBD("Type"); return this; }\r
 \r
@@ -102,7 +102,7 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
         return _notes;\r
     }\r
     protected ConditionValue getCValueNotes() { return getNotes(); }\r
-    \r
+\r
     public BsTAttributeconstraintsCQ addOrderBy_Notes_Asc() { regOBA("Notes"); return this; }\r
     public BsTAttributeconstraintsCQ addOrderBy_Notes_Desc() { regOBD("Notes"); return this; }\r
 \r
@@ -112,7 +112,7 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
         return _id;\r
     }\r
     protected ConditionValue getCValueId() { return getId(); }\r
-          \r
+\r
     public BsTAttributeconstraintsCQ addOrderBy_Id_Asc() { regOBA("ID"); return this; }\r
     public BsTAttributeconstraintsCQ addOrderBy_Id_Desc() { regOBD("ID"); return this; }\r
 \r
@@ -131,8 +131,11 @@ public class BsTAttributeconstraintsCQ extends AbstractBsTAttributeconstraintsCQ
     // ===================================================================================\r
     //                                                                       Foreign Query\r
     //                                                                       =============\r
-\r
-\r
-    protected String getConditionQueryClassNameInternally() { return TAttributeconstraintsCQ.class.getName(); }\r
-    protected String getMapClassNameInternally() { return Map.class.getName(); }\r
+    // ===================================================================================\r
+    //                                                                       Very Internal\r
+    //                                                                       =============\r
+    // Very Internal (for Suppressing Warn about 'Not Use Import')\r
+    String xCB() { return TAttributeconstraintsCB.class.getName(); }\r
+    String xCQ() { return TAttributeconstraintsCQ.class.getName(); }\r
+    String xMap() { return Map.class.getName(); }\r
 }\r