Uses of Class
nablarch.common.handler.DbConnectionManagementHandler
Packages that use DbConnectionManagementHandler
Package
Description
共通のハンドラを提供する。
ステップレベルで使用可能なリスナーを提供する。
-
Uses of DbConnectionManagementHandler in nablarch.common.handler
Methods in nablarch.common.handler that return DbConnectionManagementHandlerModifier and TypeMethodDescriptionDbConnectionManagementHandler.setConnectionFactory
(ConnectionFactory connectionFactory) データベース接続オブジェクトを生成するためのファクトリを設定する。 -
Uses of DbConnectionManagementHandler in nablarch.fw.batch.ee.listener.step
Methods in nablarch.fw.batch.ee.listener.step with parameters of type DbConnectionManagementHandlerModifier and TypeMethodDescriptionvoid
DbConnectionManagementListener.setDbConnectionManagementHandler
(DbConnectionManagementHandler dbConnectionManagementHandler) データベース接続ハンドラを設定する。