Package io.helidon.integrations.jta.jdbc
package io.helidon.integrations.jta.jdbc
Support for JTA-related JDBC constructs.
-
ClassDescriptionA functional interface whose implementations can convert a kind of
Exceptionencountered in the context of an XA routine to an appropriateXAException, according to the rules in the XA specification as expressed in the documentation for theXAResourceinterface.An enum describing XA routines modeled by anXAResourceimplementation.AnAbstractDataSourcethat wraps anotherDataSourcethat might not behave correctly in the presence of JTA transaction management, such as one supplied by any of several freely and commercially available connection pools, and that makes such a non-JTA-awareDataSourcebehave as sensibly as possible in the presence of a JTA-managed transaction.Deprecated, for removal: This API element is subject to removal in a future version.This class is slated for removal.A supplier ofTransactions.Deprecated, for removal: This API element is subject to removal in a future version.This class is slated for removal with no replacement.