|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.jdbc.query.AbstractQuery<S> org.seasar.extension.jdbc.query.AbstractModuleCall<S> org.seasar.extension.jdbc.query.AbstractFunctionCall<T,SqlFileFunctionCall<T>> org.seasar.extension.jdbc.query.SqlFileFunctionCallImpl<T>
T
- ファンクションの戻り値の型。戻り値が結果セットの場合はList
の要素の型public class SqlFileFunctionCallImpl<T>
SqlFileFunctionCall
の実装クラスです。
入れ子のクラスの概要 |
---|
クラス org.seasar.extension.jdbc.query.AbstractModuleCall から継承された入れ子のクラス/インタフェース |
---|
AbstractModuleCall.ParamDesc |
フィールドの概要 | |
---|---|
protected Node |
node
SQLの解析ノードです。 |
protected java.lang.String |
path
SQLファイルのパスです。 |
クラス org.seasar.extension.jdbc.query.AbstractFunctionCall から継承されたフィールド |
---|
resultClass, resultList, resultLob, resultTemporalType |
クラス org.seasar.extension.jdbc.query.AbstractModuleCall から継承されたフィールド |
---|
fetchSize, functionCall, initialized, maxRows, nonParamList, paramDescCache, parameter |
クラス org.seasar.extension.jdbc.query.AbstractQuery から継承されたフィールド |
---|
callerClass, callerMethodName, completed, executedSql, jdbcManager, logger, paramList, queryTimeout |
コンストラクタの概要 | |
---|---|
SqlFileFunctionCallImpl(JdbcManagerImplementor jdbcManager,
java.lang.Class<T> resultClass,
java.lang.String path)
インスタンスを構築します。 |
|
SqlFileFunctionCallImpl(JdbcManagerImplementor jdbcManager,
java.lang.Class<T> resultClass,
java.lang.String path,
java.lang.Object param)
SqlFileFunctionCallImpl を作成します。 |
メソッドの概要 | |
---|---|
java.lang.String |
getPath()
SQLファイルのパスを返します。 |
protected void |
prepare(java.lang.String methodName)
クエリの準備をします。 |
protected void |
prepareNode()
SQLの解析ノードを準備します。 |
protected void |
prepareSql()
SQLを準備します。 |
クラス org.seasar.extension.jdbc.query.AbstractFunctionCall から継承されたメソッド |
---|
getResultList, getResultListInternal, getSingleResult, getSingleResultInternal, handleResultList, handleSingleResult, lob, prepareReturnParameter, temporal |
クラス org.seasar.extension.jdbc.query.AbstractModuleCall から継承されたメソッド |
---|
addNonParam, addParam, createParamDesc, fetchSize, getCallableStatement, getFetchSize, getMaxRows, getNonParam, getNonParamSize, getParamDescs, getParameter, getResultSet, handleNonParamResultSets, handleOutParams, handleResultList, handleResultSet, handleSingleResult, initialize, maxRows, prepareOutParams, prepareParameter, setupCallableStatement |
クラス org.seasar.extension.jdbc.query.AbstractQuery から継承されたメソッド |
---|
addParam, addParam, addParam, addParam, assertNotCompleted, callerClass, callerMethodName, completed, getCallerClass, getCallerMethodName, getExecutedSql, getJdbcManager, getParam, getParamClasses, getParamSize, getParamValues, getParamValueTypes, getQueryTimeout, getValueType, handleResultSet, logSql, logSql, prepareCallerClassAndMethodName, prepareInParams, queryTimeout, resetParams, toStringArray |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.extension.jdbc.FunctionCall から継承されたメソッド |
---|
getResultList, getSingleResult, lob, temporal |
インタフェース org.seasar.extension.jdbc.ModuleCall から継承されたメソッド |
---|
fetchSize, maxRows |
インタフェース org.seasar.extension.jdbc.Query から継承されたメソッド |
---|
callerClass, callerMethodName, queryTimeout |
フィールドの詳細 |
---|
protected java.lang.String path
protected Node node
コンストラクタの詳細 |
---|
public SqlFileFunctionCallImpl(JdbcManagerImplementor jdbcManager, java.lang.Class<T> resultClass, java.lang.String path)
jdbcManager
- 内部的なJDBCマネージャresultClass
- 戻り値のクラスpath
- SQLファイルのパス#SqlFileProcedureCallImpl(JdbcManagerImplementor, String, Object)
public SqlFileFunctionCallImpl(JdbcManagerImplementor jdbcManager, java.lang.Class<T> resultClass, java.lang.String path, java.lang.Object param)
SqlFileFunctionCallImpl
を作成します。
jdbcManager
- 内部的なJDBCマネージャresultClass
- 戻り値のクラスpath
- SQLファイルのパスparam
- パラメータです。
INパラメータが1つしかない場合は、数値や文字列などを直接指定します。 それ以外は、JavaBeansを指定します。
プロシージャを呼び出すバインド変数の順番にJavaBeansのフィールドを定義します。 OUT
パラメータのフィールドにはOut
アノテーションを指定します。
IN OUT
パラメータのフィールドにはInOut
アノテーションを指定します。
いずれのアノテーションも付けられていない場合は、IN
パラメータになります。
プロシージャが結果セットを返す場合、フィールドの型はList<レコードの型>
にします。
継承もとのクラスのフィールドは認識しません。
メソッドの詳細 |
---|
public java.lang.String getPath()
protected void prepare(java.lang.String methodName)
AbstractQuery
の記述:
AbstractQuery<SqlFileFunctionCall<T>>
内の prepare
methodName
- メソッド名protected void prepareNode() throws ResourceNotFoundRuntimeException
ResourceNotFoundRuntimeException
- パスに対応するリソースが見つからない場合。protected void prepareSql()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |