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 © 2014. All Rights Reserved.