jar

cn.org.opendfl : mapper-sharding

Maven & Gradle

Jun 17, 2023
2 stars

mapper-sharding · Mybatis通用Mapper 支持sharding-jdbc,支持@ShardingKey注解

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
4.6
4.5
4.3
4.2
4.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 mapper-sharding-4.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.org.opendfl.sharding.base

├─ cn.org.opendfl.sharding.base.BaseShardingConditionService.class - [JAR]

├─ cn.org.opendfl.sharding.base.BaseShardingService.class - [JAR]

├─ cn.org.opendfl.sharding.base.BaseShardingShardingDateService.class - [JAR]

├─ cn.org.opendfl.sharding.base.IBaseDateServiceSharding.class - [JAR]

cn.org.opendfl.sharding.config.algorithm

├─ 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.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]

cn.org.opendfl.sharding.exceptions

├─ cn.org.opendfl.sharding.exceptions.IdNullException.class - [JAR]

├─ cn.org.opendfl.sharding.exceptions.ShardingException.class - [JAR]

├─ cn.org.opendfl.sharding.exceptions.ShardingKeyException.class - [JAR]

├─ cn.org.opendfl.sharding.exceptions.ShardingKeyNullException.class - [JAR]

├─ cn.org.opendfl.sharding.exceptions.ShardingNotSupportException.class - [JAR]