OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / cbean / cq / bs / BsTCategoryCQ.java
index 81bd8fd..71a7e79 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_category.\r
  * @author DBFlute(AutoGenerator)\r
- */
-@SuppressWarnings("unchecked")\r
+ */\r
 public class BsTCategoryCQ extends AbstractBsTCategoryCQ {\r
 \r
     // ===================================================================================\r
@@ -48,7 +48,7 @@ public class BsTCategoryCQ extends AbstractBsTCategoryCQ {
      * @return On-clause query. (NotNull)\r
      */\r
     public TCategoryCIQ 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
         TCategoryCIQ inlineQuery = inline(); inlineQuery.xsetOnClauseInline(true); return inlineQuery;\r
     }\r
 \r
@@ -62,7 +62,7 @@ public class BsTCategoryCQ extends AbstractBsTCategoryCQ {
         return _categoryid;\r
     }\r
     protected ConditionValue getCValueCategoryid() { return getCategoryid(); }\r
-          \r
+\r
     public BsTCategoryCQ addOrderBy_Categoryid_Asc() { regOBA("CategoryID"); return this; }\r
     public BsTCategoryCQ addOrderBy_Categoryid_Desc() { regOBD("CategoryID"); return this; }\r
 \r
@@ -72,7 +72,7 @@ public class BsTCategoryCQ extends AbstractBsTCategoryCQ {
         return _name;\r
     }\r
     protected ConditionValue getCValueName() { return getName(); }\r
-    \r
+\r
     public BsTCategoryCQ addOrderBy_Name_Asc() { regOBA("Name"); return this; }\r
     public BsTCategoryCQ addOrderBy_Name_Desc() { regOBD("Name"); return this; }\r
 \r
@@ -82,7 +82,7 @@ public class BsTCategoryCQ extends AbstractBsTCategoryCQ {
         return _type;\r
     }\r
     protected ConditionValue getCValueType() { return getType(); }\r
-    \r
+\r
     public BsTCategoryCQ addOrderBy_Type_Asc() { regOBA("Type"); return this; }\r
     public BsTCategoryCQ addOrderBy_Type_Desc() { regOBD("Type"); return this; }\r
 \r
@@ -92,7 +92,7 @@ public class BsTCategoryCQ extends AbstractBsTCategoryCQ {
         return _notes;\r
     }\r
     protected ConditionValue getCValueNotes() { return getNotes(); }\r
-    \r
+\r
     public BsTCategoryCQ addOrderBy_Notes_Asc() { regOBA("NOTES"); return this; }\r
     public BsTCategoryCQ addOrderBy_Notes_Desc() { regOBD("NOTES"); return this; }\r
 \r
@@ -111,8 +111,11 @@ public class BsTCategoryCQ extends AbstractBsTCategoryCQ {
     // ===================================================================================\r
     //                                                                       Foreign Query\r
     //                                                                       =============\r
-\r
-\r
-    protected String getConditionQueryClassNameInternally() { return TCategoryCQ.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 TCategoryCB.class.getName(); }\r
+    String xCQ() { return TCategoryCQ.class.getName(); }\r
+    String xMap() { return Map.class.getName(); }\r
 }\r