A B C D E G H J Q R S U V

A

addBatch(String, Object) - クラス jp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl のメソッド
推奨されていません。 addBatchの代わりにUpdateDAOiBatisImpl.executeBatch(List) を使用すること

B

batchSqls - クラス jp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl の変数
推奨されていません。 この変数は将来削除されます
BlobInputStreamTypeHandler - jp.terasoluna.fw.orm.ibatis.support の クラス
iBATISから利用されるBLOBとストリームをマッピングする実装のiBATISのタイプハンドラ。
BlobInputStreamTypeHandler() - クラス jp.terasoluna.fw.orm.ibatis.support.BlobInputStreamTypeHandler のコンストラクタ
コンストラクタ。
BlobInputStreamTypeHandler(LobHandler) - クラス jp.terasoluna.fw.orm.ibatis.support.BlobInputStreamTypeHandler のコンストラクタ
コンストラクタ。

C

ClobReaderTypeHandler - jp.terasoluna.fw.orm.ibatis.support の クラス
iBATISから利用されるCLOBと文字ストリームをマッピングする実装のiBATISのタイプハンドラ。
ClobReaderTypeHandler() - クラス jp.terasoluna.fw.orm.ibatis.support.ClobReaderTypeHandler のコンストラクタ
コンストラクタ。
ClobReaderTypeHandler(LobHandler) - クラス jp.terasoluna.fw.orm.ibatis.support.ClobReaderTypeHandler のコンストラクタ
コンストラクタ。

D

dataRowHandler - クラス jp.terasoluna.fw.dao.ibatis.event.RowHandlerWrapper の変数
DataRowHandler

E

execute(String, Object) - クラス jp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl のメソッド
引数sqlIDで指定されたSQLを実行して、結果件数を返却する。
executeBatch() - クラス jp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl のメソッド
推奨されていません。 addBatchの代わりにUpdateDAOiBatisImpl.executeBatch(List) を使用すること
executeBatch(List<SqlHolder>) - クラス jp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl のメソッド
バッチ処理の実行メソッド。
executeForMap(String, Object) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、Mapとして返却する。
executeForMapArray(String, Object) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、Mapの配列として返却する。
executeForMapArray(String, Object, int, int) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、Mapの配列として返却する。
executeForMapList(String, Object) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、MapのListとして返却する。
executeForMapList(String, Object, int, int) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、MapのListとして返却する。
executeForObject(String, Object, Class) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、結果を指定されたオブジェクトとして返却する。
executeForObject(String, Object) - クラス jp.terasoluna.fw.dao.ibatis.StoredProcedureDAOiBatisImpl のメソッド
指定されたSQLIDのストアドプロシージャーを実行する。
executeForObjectArray(String, Object, Class) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、結果を指定されたオブジェクトの配列として返却する。
executeForObjectArray(String, Object, Class, int, int) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、結果を指定されたオブジェクトの配列として返却する。
executeForObjectList(String, Object) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、結果を指定されたオブジェクトのListとして返却する。
executeForObjectList(String, Object, int, int) - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のメソッド
参照系SQLを実行し、結果を指定されたオブジェクトのListとして返却する。
executeWithRowHandler(String, Object, DataRowHandler) - クラス jp.terasoluna.fw.dao.ibatis.QueryRowHandleDAOiBatisImpl のメソッド
SQLの実行結果をDataRowHandlerで1行ずつ処理する。

G

getResultInternal(ResultSet, int, LobHandler) - クラス jp.terasoluna.fw.orm.ibatis.support.BlobInputStreamTypeHandler のメソッド
結果を取得する。
getResultInternal(ResultSet, int, LobHandler) - クラス jp.terasoluna.fw.orm.ibatis.support.ClobReaderTypeHandler のメソッド
結果を取得する。

H

handleRow(Object) - クラス jp.terasoluna.fw.dao.ibatis.event.RowHandlerWrapper のメソッド
1行毎に呼ばれるメソッド

J

jp.terasoluna.fw.dao.ibatis - パッケージ jp.terasoluna.fw.dao.ibatis
DAOのiBATIS用実装クラス
jp.terasoluna.fw.dao.ibatis.event - パッケージ jp.terasoluna.fw.dao.ibatis.event
DAOのiBATIS用イベント処理クラス
jp.terasoluna.fw.orm.ibatis.support - パッケージ jp.terasoluna.fw.orm.ibatis.support
iBATIS関連サポートクラス

Q

QueryDAOiBatisImpl - jp.terasoluna.fw.dao.ibatis の クラス
QueryDAOインタフェースのiBATIS用実装クラス。
QueryDAOiBatisImpl() - クラス jp.terasoluna.fw.dao.ibatis.QueryDAOiBatisImpl のコンストラクタ
 
QueryRowHandleDAOiBatisImpl - jp.terasoluna.fw.dao.ibatis の クラス
QueryRowHandleDAOインタフェースのiBATIS実装クラス。
QueryRowHandleDAOiBatisImpl() - クラス jp.terasoluna.fw.dao.ibatis.QueryRowHandleDAOiBatisImpl のコンストラクタ
 

R

RowHandlerWrapper - jp.terasoluna.fw.dao.ibatis.event の クラス
iBATISのRowHandlerのラッパークラス。
RowHandlerWrapper(DataRowHandler) - クラス jp.terasoluna.fw.dao.ibatis.event.RowHandlerWrapper のコンストラクタ
コンストラクタ

S

setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - クラス jp.terasoluna.fw.orm.ibatis.support.BlobInputStreamTypeHandler のメソッド
パラメータを設定する。
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) - クラス jp.terasoluna.fw.orm.ibatis.support.ClobReaderTypeHandler のメソッド
パラメータを設定する。
StoredProcedureDAOiBatisImpl - jp.terasoluna.fw.dao.ibatis の クラス
StoredProcedureDAOインタフェースのiBATIS用実装クラス。
StoredProcedureDAOiBatisImpl() - クラス jp.terasoluna.fw.dao.ibatis.StoredProcedureDAOiBatisImpl のコンストラクタ
 

U

UpdateDAOiBatisImpl - jp.terasoluna.fw.dao.ibatis の クラス
UpdateDAOインタフェースのiBATIS用実装クラス。
UpdateDAOiBatisImpl() - クラス jp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl のコンストラクタ
 

V

valueOf(String) - クラス jp.terasoluna.fw.orm.ibatis.support.BlobInputStreamTypeHandler のメソッド
文字列を本Handlerが扱う型に変換する。
valueOf(String) - クラス jp.terasoluna.fw.orm.ibatis.support.ClobReaderTypeHandler のメソッド
文字列を本Handlerが扱う型に変換する。

A B C D E G H J Q R S U V

Copyright © 2012. All Rights Reserved.