org.seasar.doma.internal.jdbc.query
クラス AutoModuleQuery
java.lang.Object
org.seasar.doma.internal.jdbc.query.AutoModuleQuery
- すべての実装されたインタフェース:
- ModuleQuery, Query
- 直系の既知のサブクラス:
- AutoFunctionQuery, AutoProcedureQuery
public abstract class AutoModuleQuery
- extends Object
- implements ModuleQuery
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
protected Config config
callerClassName
protected String callerClassName
callerMethodName
protected String callerMethodName
sql
protected CallableSql sql
queryTimeout
protected int queryTimeout
parameters
protected final List<CallableSqlParameter> parameters
AutoModuleQuery
public AutoModuleQuery()
prepareOptions
protected void prepareOptions()
setConfig
public void setConfig(Config config)
setCallerClassName
public void setCallerClassName(String callerClassName)
setCallerMethodName
public void setCallerMethodName(String callerMethodName)
setQueryTimeout
public void setQueryTimeout(int queryTimeout)
addParameter
public void addParameter(CallableSqlParameter parameter)
getConfig
public Config getConfig()
- 定義:
- インタフェース
Query
内の getConfig
getClassName
public String getClassName()
- 定義:
- インタフェース
Query
内の getClassName
getMethodName
public String getMethodName()
- 定義:
- インタフェース
Query
内の getMethodName
getQueryTimeout
public int getQueryTimeout()
- 定義:
- インタフェース
Query
内の getQueryTimeout
getSql
public CallableSql getSql()
- 定義:
- インタフェース
ModuleQuery
内の getSql
- 定義:
- インタフェース
Query
内の getSql
Copyright © 2009 The Seasar Foundation. All Rights Reserved.