Uses of Class
io.helidon.integrations.jdbc.AbstractCommonDataSource
-
Packages that use AbstractCommonDataSource Package Description io.helidon.integrations.jdbc Support for JDBC constructs.io.helidon.integrations.jta.jdbc Support for JTA-related JDBC constructs. -
-
Uses of AbstractCommonDataSource in io.helidon.integrations.jdbc
Subclasses of AbstractCommonDataSource in io.helidon.integrations.jdbc Modifier and Type Class Description class
AbstractDataSource
A skeletal implementation of theDataSource
interface. -
Uses of AbstractCommonDataSource in io.helidon.integrations.jta.jdbc
Subclasses of AbstractCommonDataSource in io.helidon.integrations.jta.jdbc Modifier and Type Class Description class
JtaDataSource
AnAbstractDataSource
and aSynchronization
that wraps anotherDataSource
that 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-awareDataSource
behave as sensibly as possible in the presence of a JTA-managed transaction.class
XADataSourceWrappingDataSource
-