jar

com.yhzdys : litchi

Maven & Gradle

Apr 17, 2023
3 stars

litchi · A simple multi-datasource transaction manager component for the Spring and Mybatis.

Table Of Contents

Latest Version

Download com.yhzdys : litchi JAR file - Latest Versions:

All Versions

Download com.yhzdys : litchi JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.2.x
1.1.x
1.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 litchi-2.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.yhzdys.litchi.connection

├─ com.yhzdys.litchi.connection.ConnectionWrapper.class - [JAR]

├─ com.yhzdys.litchi.connection.TxConnectionWrapper.class - [JAR]

com.yhzdys.litchi.transaction

├─ com.yhzdys.litchi.transaction.Propagation.class - [JAR]

├─ com.yhzdys.litchi.transaction.SuspendedTx.class - [JAR]

├─ com.yhzdys.litchi.transaction.Transaction.class - [JAR]

├─ com.yhzdys.litchi.transaction.TxExecutor.class - [JAR]

├─ com.yhzdys.litchi.transaction.TxId.class - [JAR]

com.yhzdys.litchi.support.spring

├─ com.yhzdys.litchi.support.spring.MultiTransactionAdvisor.class - [JAR]

├─ com.yhzdys.litchi.support.spring.TxInterceptor.class - [JAR]

├─ com.yhzdys.litchi.support.spring.TxPointcut.class - [JAR]

com.yhzdys.litchi.context

├─ com.yhzdys.litchi.context.DataSourceContext.class - [JAR]

├─ com.yhzdys.litchi.context.TransactionContext.class - [JAR]

├─ com.yhzdys.litchi.context.TxConnectionContext.class - [JAR]

com.yhzdys.litchi.datasource

├─ com.yhzdys.litchi.datasource.MultiDataSource.class - [JAR]

com.yhzdys.litchi.support.mybatis

├─ com.yhzdys.litchi.support.mybatis.MapperFactoryBean.class - [JAR]

├─ com.yhzdys.litchi.support.mybatis.MapperInvocationHandler.class - [JAR]

├─ com.yhzdys.litchi.support.mybatis.MultiDataSourceInterceptor.class - [JAR]

com.yhzdys.litchi.exception

├─ com.yhzdys.litchi.exception.LitchiException.class - [JAR]

├─ com.yhzdys.litchi.exception.TransactionException.class - [JAR]

com.yhzdys.litchi.annotation

├─ com.yhzdys.litchi.annotation.MultiTransactional.class - [JAR]

├─ com.yhzdys.litchi.annotation.RoutingDataSource.class - [JAR]