jar

cc.zhaoac : faith-tool-mybatis

Maven & Gradle

Jan 22, 2024

faith-tool-mybatis · 集成mybatis-plus包含拦截器(sql打印等), 实体类基类, 使用逻辑删除时不包含逻辑字段的方法(alwaysXXX)

Table Of Contents

Latest Version

Download cc.zhaoac : faith-tool-mybatis JAR file - Latest Versions:

All Versions

Download cc.zhaoac : faith-tool-mybatis JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 faith-tool-mybatis-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cc.zhaoac.faith.tool.mybatis.plugins

├─ cc.zhaoac.faith.tool.mybatis.plugins.FaithPaginationInterceptor.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.plugins.QueryInterceptorExecutor.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.plugins.SqlLogInterceptor.class - [JAR]

cc.zhaoac.faith.tool.mybatis

├─ cc.zhaoac.faith.tool.mybatis.FaithMetaObjectHandler.class - [JAR]

cc.zhaoac.faith.tool.mybatis.support

├─ cc.zhaoac.faith.tool.mybatis.support.BaseEntityWrapper.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.support.Condition.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.support.Query.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.support.SqlKeyword.class - [JAR]

cc.zhaoac.faith.tool.mybatis.annotation

├─ cc.zhaoac.faith.tool.mybatis.annotation.AutoResultMap.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.annotation.QueryCondition.class - [JAR]

cc.zhaoac.faith.tool.mybatis.props

├─ cc.zhaoac.faith.tool.mybatis.props.MybatisPlusProperties.class - [JAR]

cc.zhaoac.faith.tool.mybatis.config

├─ cc.zhaoac.faith.tool.mybatis.config.MybatisPlusConfiguration.class - [JAR]

cc.zhaoac.faith.tool.mybatis.injector

├─ cc.zhaoac.faith.tool.mybatis.injector.AbstractFaithMethod.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.injector.AbstractPredicateMethod.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.injector.FaithInjector.class - [JAR]

cc.zhaoac.faith.tool.mybatis.intercept

├─ cc.zhaoac.faith.tool.mybatis.intercept.QueryInterceptor.class - [JAR]

cc.zhaoac.faith.tool.mybatis.base

├─ cc.zhaoac.faith.tool.mybatis.base.FaithBaseEntity.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.base.FaithBaseMapper.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.base.FaithBaseService.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.base.FaithBaseServiceImpl.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.base.StatusFaithBaseEntity.class - [JAR]

cc.zhaoac.faith.tool.mybatis.injector.method

├─ cc.zhaoac.faith.tool.mybatis.injector.method.AlwaysSelectBatchIds.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.injector.method.AlwaysSelectById.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.injector.method.AlwaysSelectCount.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.injector.method.AlwaysSelectList.class - [JAR]

├─ cc.zhaoac.faith.tool.mybatis.injector.method.AlwaysUpdate.class - [JAR]