Package io.helidon.integrations.jta.jdbc
package io.helidon.integrations.jta.jdbc
Support for JTA-related JDBC constructs.
-
ClassesClassDescriptionAn
AbstractDataSourceand aSynchronizationthat wraps anotherDataSourcethat is known to 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.