jar

io.shardingsphere : sharding-transaction-core

Maven & Gradle

Jan 04, 2019
4 usages
Table Of Contents

Latest Version

Download io.shardingsphere : sharding-transaction-core JAR file - Latest Versions:

All Versions

Download io.shardingsphere : sharding-transaction-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.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-core-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.shardingsphere.transaction.core.loader

├─ io.shardingsphere.transaction.core.loader.ShardingTransactionHandlerRegistry.class - [JAR]

├─ io.shardingsphere.transaction.core.loader.TransactionalDataSourceConverterSPILoader.class - [JAR]

io.shardingsphere.transaction.core.datasource

├─ io.shardingsphere.transaction.core.datasource.ShardingTransactionalDataSource.class - [JAR]

io.shardingsphere.transaction.core

├─ io.shardingsphere.transaction.core.TransactionOperationType.class - [JAR]

io.shardingsphere.transaction.api

├─ io.shardingsphere.transaction.api.TransactionType.class - [JAR]

├─ io.shardingsphere.transaction.api.TransactionTypeHolder.class - [JAR]

io.shardingsphere.transaction.core.context

├─ io.shardingsphere.transaction.core.context.SagaTransactionContext.class - [JAR]

├─ io.shardingsphere.transaction.core.context.ShardingTransactionContext.class - [JAR]

├─ io.shardingsphere.transaction.core.context.XATransactionContext.class - [JAR]

io.shardingsphere.transaction.core.manager

├─ io.shardingsphere.transaction.core.manager.BASETransactionManager.class - [JAR]

├─ io.shardingsphere.transaction.core.manager.ShardingTransactionManager.class - [JAR]

io.shardingsphere.transaction.core.handler

├─ io.shardingsphere.transaction.core.handler.ShardingTransactionHandlerAdapter.class - [JAR]

io.shardingsphere.transaction.spi

├─ io.shardingsphere.transaction.spi.ShardingTransactionHandler.class - [JAR]

├─ io.shardingsphere.transaction.spi.TransactionalDataSourceConverter.class - [JAR]

Advertisement