jar

org.apache.shardingsphere : sharding-transaction-xa-core

Maven & Gradle

Jun 05, 2020
3 usages
18.5k stars
Table Of Contents

Latest Version

Download org.apache.shardingsphere : sharding-transaction-xa-core JAR file - Latest Versions:

All Versions

Download org.apache.shardingsphere : sharding-transaction-xa-core JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sharding-transaction-xa-core-4.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.shardingsphere.transaction.xa.jta.datasource.swapper

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.swapper.DataSourcePropertyProvider.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.swapper.DataSourcePropertyProviderLoader.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.swapper.DataSourceSwapper.class - [JAR]

org.apache.shardingsphere.transaction.xa.jta.datasource.swapper.impl

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.swapper.impl.DefaultDataSourcePropertyProvider.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.swapper.impl.HikariCPPropertyProvider.class - [JAR]

org.apache.shardingsphere.transaction.xa.jta.datasource.properties.dialect

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.dialect.H2XADataSourceDefinition.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.dialect.MariaDBXADataSourceDefinition.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.dialect.MySQLXADataSourceDefinition.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.dialect.OracleXADataSourceDefinition.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.dialect.PostgreSQLXADataSourceDefinition.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.dialect.SQLServerXADataSourceDefinition.class - [JAR]

org.apache.shardingsphere.transaction.xa.jta.datasource

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.XADataSourceFactory.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.XATransactionDataSource.class - [JAR]

org.apache.shardingsphere.transaction.xa.manager

├─ org.apache.shardingsphere.transaction.xa.manager.XATransactionManagerLoader.class - [JAR]

org.apache.shardingsphere.transaction.xa

├─ org.apache.shardingsphere.transaction.xa.XAShardingTransactionManager.class - [JAR]

org.apache.shardingsphere.transaction.xa.jta.connection.dialect

├─ org.apache.shardingsphere.transaction.xa.jta.connection.dialect.H2XAConnectionWrapper.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.connection.dialect.MariaDBXAConnectionWrapper.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.connection.dialect.MySQLXAConnectionWrapper.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.connection.dialect.PostgreSQLXAConnectionWrapper.class - [JAR]

org.apache.shardingsphere.transaction.xa.jta.connection

├─ org.apache.shardingsphere.transaction.xa.jta.connection.XAConnectionFactory.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.connection.XAConnectionWrapper.class - [JAR]

org.apache.shardingsphere.transaction.xa.jta.datasource.properties

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.XADataSourceDefinition.class - [JAR]

├─ org.apache.shardingsphere.transaction.xa.jta.datasource.properties.XADataSourceDefinitionFactory.class - [JAR]

Advertisement