Uses of Interface
nablarch.core.db.connection.TransactionManagerConnection
Packages that use TransactionManagerConnection
Package
Description
データベース機能を提供する。
データベース接続機能を提供する。
データベース接続実行時の例外機能を提供する。
-
Uses of TransactionManagerConnection in nablarch.core.db
Methods in nablarch.core.db that return TransactionManagerConnectionConstructors in nablarch.core.db with parameters of type TransactionManagerConnectionModifierConstructorDescriptionDbExecutionContext
(TransactionManagerConnection connection, Dialect dialect, String connectionName) コンストラクタ -
Uses of TransactionManagerConnection in nablarch.core.db.connection
Classes in nablarch.core.db.connection that implement TransactionManagerConnectionMethods in nablarch.core.db.connection that return TransactionManagerConnectionModifier and TypeMethodDescriptionBasicDbConnectionFactoryForDataSource.getConnection
(String connectionName) データベース接続オブジェクトを取得する。BasicDbConnectionFactoryForJndi.getConnection
(String connectionName) データベース接続オブジェクトを取得する。ConnectionFactory.getConnection
(String connectionName) データベース接続を取得する。static TransactionManagerConnection
DbConnectionContext.getTransactionManagerConnection()
現在のスレッドに紐付いたデフォルトのトランザクション制御を取得する。static TransactionManagerConnection
DbConnectionContext.getTransactionManagerConnection
(String connectionName) 現在のスレッドから指定した名前のトランザクション制御を取得する。Methods in nablarch.core.db.connection with parameters of type TransactionManagerConnectionModifier and TypeMethodDescriptionDbAccessExceptionFactory.createDbAccessException
(String message, SQLException cause, TransactionManagerConnection connection) 発生したSQL実行時例外の内容に応じたDbAccessException
を生成する。 -
Uses of TransactionManagerConnection in nablarch.core.db.connection.exception
Methods in nablarch.core.db.connection.exception with parameters of type TransactionManagerConnectionModifier and TypeMethodDescriptionBasicDbAccessExceptionFactory.createDbAccessException
(String message, SQLException cause, TransactionManagerConnection connection) 発生したSQL実行時例外の内容に応じたDbAccessException
を生成する。protected boolean
BasicDbAccessExceptionFactory.isDbConnectionError
(SQLException cause, TransactionManagerConnection connection) 発生した例外がデータベース接続に関する問題であるか否かを判定する。