jar

cn.org.opendfl : mybatis-sharding

Maven & Gradle

Jun 25, 2023
2 stars

mybatis-sharding · 基于Mybatis与sharding-jdbc的分库分表,支持@ShardingKey注解,支持tk.mapper,mybatisPlus

Table Of Contents

Latest Version

Download cn.org.opendfl : mybatis-sharding JAR file - Latest Versions:

All Versions

Download cn.org.opendfl : mybatis-sharding JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 mybatis-sharding-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.org.opendfl.sharding.config

├─ cn.org.opendfl.sharding.config.ShardingConfig.class - [JAR]

cn.org.opendfl.sharding.config.algorithm

├─ cn.org.opendfl.sharding.config.algorithm.DbShardingKeyAlgorithm.class - [JAR]

├─ cn.org.opendfl.sharding.config.algorithm.TbShardingKeyAlgorithm.class - [JAR]

├─ cn.org.opendfl.sharding.config.algorithm.TbShardingKeyDateAlgorithm.class - [JAR]

├─ cn.org.opendfl.sharding.config.algorithm.TbShardingKeyDateRangeAlgorithm.class - [JAR]

├─ cn.org.opendfl.sharding.config.algorithm.TbShardingKeyRangeAlgorithm.class - [JAR]

cn.org.opendfl.sharding.config.utils

├─ cn.org.opendfl.sharding.config.utils.AnnotationUtils.class - [JAR]

├─ cn.org.opendfl.sharding.config.utils.CommUtils.class - [JAR]

├─ cn.org.opendfl.sharding.config.utils.MybatisType.class - [JAR]

├─ cn.org.opendfl.sharding.config.utils.ShardingDateType.class - [JAR]

├─ cn.org.opendfl.sharding.config.utils.ShardingTableUtils.class - [JAR]

├─ cn.org.opendfl.sharding.config.utils.ShardingType.class - [JAR]

cn.org.opendfl.sharding.auto.po

├─ cn.org.opendfl.sharding.auto.po.CreateTableSql.class - [JAR]

cn.org.opendfl.sharding.auto.mapper

├─ cn.org.opendfl.sharding.auto.mapper.CommonMapper.class - [JAR]

cn.org.opendfl.sharding.config.annotations

├─ cn.org.opendfl.sharding.config.annotations.ShardingKey.class - [JAR]

├─ cn.org.opendfl.sharding.config.annotations.ShardingKeyVo.class - [JAR]

cn.org.opendfl.sharding.auto.utils

├─ cn.org.opendfl.sharding.auto.utils.ShardingAlgorithmTool.class - [JAR]

├─ cn.org.opendfl.sharding.auto.utils.ShardingTablesLoadRunner.class - [JAR]

Advertisement