OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / cbean / cq / bs / BsTScenariotypesCQ.java
index da84440..0265f61 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_scenariotypes.\r
  * @author DBFlute(AutoGenerator)\r
- */
-@SuppressWarnings("unchecked")\r
+ */\r
 public class BsTScenariotypesCQ extends AbstractBsTScenariotypesCQ {\r
 \r
     // ===================================================================================\r
@@ -48,7 +48,7 @@ public class BsTScenariotypesCQ extends AbstractBsTScenariotypesCQ {
      * @return On-clause query. (NotNull)\r
      */\r
     public TScenariotypesCIQ 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
         TScenariotypesCIQ inlineQuery = inline(); inlineQuery.xsetOnClauseInline(true); return inlineQuery;\r
     }\r
 \r
@@ -62,7 +62,7 @@ public class BsTScenariotypesCQ extends AbstractBsTScenariotypesCQ {
         return _scenariotype;\r
     }\r
     protected ConditionValue getCValueScenariotype() { return getScenariotype(); }\r
-    \r
+\r
     public BsTScenariotypesCQ addOrderBy_Scenariotype_Asc() { regOBA("ScenarioType"); return this; }\r
     public BsTScenariotypesCQ addOrderBy_Scenariotype_Desc() { regOBD("ScenarioType"); return this; }\r
 \r
@@ -72,7 +72,7 @@ public class BsTScenariotypesCQ extends AbstractBsTScenariotypesCQ {
         return _description;\r
     }\r
     protected ConditionValue getCValueDescription() { return getDescription(); }\r
-    \r
+\r
     public BsTScenariotypesCQ addOrderBy_Description_Asc() { regOBA("Description"); return this; }\r
     public BsTScenariotypesCQ addOrderBy_Description_Desc() { regOBD("Description"); return this; }\r
 \r
@@ -82,7 +82,7 @@ public class BsTScenariotypesCQ extends AbstractBsTScenariotypesCQ {
         return _numericweight;\r
     }\r
     protected ConditionValue getCValueNumericweight() { return getNumericweight(); }\r
-          \r
+\r
     public BsTScenariotypesCQ addOrderBy_Numericweight_Asc() { regOBA("NumericWeight"); return this; }\r
     public BsTScenariotypesCQ addOrderBy_Numericweight_Desc() { regOBD("NumericWeight"); return this; }\r
 \r
@@ -92,7 +92,7 @@ public class BsTScenariotypesCQ extends AbstractBsTScenariotypesCQ {
         return _notes;\r
     }\r
     protected ConditionValue getCValueNotes() { return getNotes(); }\r
-    \r
+\r
     public BsTScenariotypesCQ addOrderBy_Notes_Asc() { regOBA("Notes"); return this; }\r
     public BsTScenariotypesCQ addOrderBy_Notes_Desc() { regOBD("Notes"); return this; }\r
 \r
@@ -111,8 +111,11 @@ public class BsTScenariotypesCQ extends AbstractBsTScenariotypesCQ {
     // ===================================================================================\r
     //                                                                       Foreign Query\r
     //                                                                       =============\r
-\r
-\r
-    protected String getConditionQueryClassNameInternally() { return TScenariotypesCQ.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 TScenariotypesCB.class.getName(); }\r
+    String xCQ() { return TScenariotypesCQ.class.getName(); }\r
+    String xMap() { return Map.class.getName(); }\r
 }\r