Uses of Interface
io.helidon.integrations.jta.jdbc.ExceptionConverter
-
Uses of ExceptionConverter in io.helidon.integrations.jta.jdbc
ModifierConstructorDescriptionJtaAdaptingDataSource
(TransactionSupplier ts, TransactionSynchronizationRegistry tsr, boolean interposedSynchronizations, ExceptionConverter ec, DataSource ds, boolean immediateEnlistment) Creates a newJtaAdaptingDataSource
that wraps the suppliedDataSource
and helps its connections participate in XA transactions.JtaAdaptingDataSource
(TransactionSupplier ts, TransactionSynchronizationRegistry tsr, boolean interposedSynchronizations, ExceptionConverter ec, DataSource ds, boolean immediateEnlistment, boolean preemptiveEnlistmentChecks) Creates a newJtaAdaptingDataSource
that wraps the suppliedDataSource
and helps its connections participate in XA transactions.JtaAdaptingDataSource
(TransactionSupplier ts, TransactionSynchronizationRegistry tsr, boolean interposedSynchronizations, ExceptionConverter ec, XADataSource xads, boolean immediateEnlistment, boolean closeXac) Deprecated.JtaAdaptingDataSource
(TransactionSupplier ts, TransactionSynchronizationRegistry tsr, boolean interposedSynchronizations, ExceptionConverter ec, XADataSource xads, boolean immediateEnlistment, boolean preemptiveEnlistmentChecks, boolean closeXac) Deprecated.This constructor exists only to handle certain XA-aware connection pools that allow an end-user caller to "borrow"XAConnection
s and to "return" them using theirclose()
methods, a non-standard practice which is discouraged by the documentation ofPooledConnection
(from whichXAConnection
inherits).
XAConnection
s and to "return" them using theirclose()
methods, a non-standard practice which is discouraged by the documentation ofPooledConnection
(from whichXAConnection
inherits).