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, XADataSource xads, boolean immediateEnlistment, boolean closeXac) Deprecated.
XAConnection
s and to "return" them using theirclose()
methods, a non-standard practice which is discouraged by the documentation ofPooledConnection
(from whichXAConnection
inherits).