OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / cbean / cq / bs / BsTAuthorsCQ.java
index 34f6da6..4d4fb79 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_authors.\r
  * @author DBFlute(AutoGenerator)\r
- */
-@SuppressWarnings("unchecked")\r
+ */\r
 public class BsTAuthorsCQ extends AbstractBsTAuthorsCQ {\r
 \r
     // ===================================================================================\r
@@ -48,7 +48,7 @@ public class BsTAuthorsCQ extends AbstractBsTAuthorsCQ {
      * @return On-clause query. (NotNull)\r
      */\r
     public TAuthorsCIQ 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
         TAuthorsCIQ inlineQuery = inline(); inlineQuery.xsetOnClauseInline(true); return inlineQuery;\r
     }\r
 \r
@@ -62,7 +62,7 @@ public class BsTAuthorsCQ extends AbstractBsTAuthorsCQ {
         return _authorname;\r
     }\r
     protected ConditionValue getCValueAuthorname() { return getAuthorname(); }\r
-    \r
+\r
     public BsTAuthorsCQ addOrderBy_Authorname_Asc() { regOBA("AuthorName"); return this; }\r
     public BsTAuthorsCQ addOrderBy_Authorname_Desc() { regOBD("AuthorName"); return this; }\r
 \r
@@ -72,7 +72,7 @@ public class BsTAuthorsCQ extends AbstractBsTAuthorsCQ {
         return _roles;\r
     }\r
     protected ConditionValue getCValueRoles() { return getRoles(); }\r
-    \r
+\r
     public BsTAuthorsCQ addOrderBy_Roles_Asc() { regOBA("Roles"); return this; }\r
     public BsTAuthorsCQ addOrderBy_Roles_Desc() { regOBD("Roles"); return this; }\r
 \r
@@ -82,7 +82,7 @@ public class BsTAuthorsCQ extends AbstractBsTAuthorsCQ {
         return _notes;\r
     }\r
     protected ConditionValue getCValueNotes() { return getNotes(); }\r
-    \r
+\r
     public BsTAuthorsCQ addOrderBy_Notes_Asc() { regOBA("Notes"); return this; }\r
     public BsTAuthorsCQ addOrderBy_Notes_Desc() { regOBD("Notes"); return this; }\r
 \r
@@ -101,8 +101,11 @@ public class BsTAuthorsCQ extends AbstractBsTAuthorsCQ {
     // ===================================================================================\r
     //                                                                       Foreign Query\r
     //                                                                       =============\r
-\r
-\r
-    protected String getConditionQueryClassNameInternally() { return TAuthorsCQ.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 TAuthorsCB.class.getName(); }\r
+    String xCQ() { return TAuthorsCQ.class.getName(); }\r
+    String xMap() { return Map.class.getName(); }\r
 }\r