- execute(String, Object) - クラス のメソッドjp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl
-
引数sqlIDで指定されたSQLを実行して、結果件数を返却する。
- executeBatch() - クラス のメソッドjp.terasoluna.fw.dao.ibatis.UpdateDAOiBatisImpl
-
- 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行ずつ処理する。