jar

io.github.dengchen2020 : mybatis-extension-jx

Maven & Gradle

Dec 06, 2023

mybatis-extension · mybatis扩展,基于mybatis实现,提供CRUD通用操作,分页,内外连接查询,支持jpa注解,乐观锁,数据填充等功能,可以与其他orm框架一起使用

Table Of Contents

Latest Version

Download io.github.dengchen2020 : mybatis-extension-jx JAR file - Latest Versions:

All Versions

Download io.github.dengchen2020 : mybatis-extension-jx JAR file - All Versions:

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

io.github.dengchen2020.mybatis.extension.metainfo

├─ io.github.dengchen2020.mybatis.extension.metainfo.TableField.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.metainfo.TableInfo.class - [JAR]

io.github.dengchen2020.mybatis.extension.help

├─ io.github.dengchen2020.mybatis.extension.help.As.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.help.Join.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.help.OrderBy.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.help.Page.class - [JAR]

io.github.dengchen2020.mybatis.extension.util

├─ io.github.dengchen2020.mybatis.extension.util.ConvertUtils.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.util.ProviderUtils.class - [JAR]

io.github.dengchen2020.mybatis.extension.annotation

├─ io.github.dengchen2020.mybatis.extension.annotation.AS.class - [JAR]

io.github.dengchen2020.mybatis.extension.constant

├─ io.github.dengchen2020.mybatis.extension.constant.Callback.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.constant.Delete.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.constant.Insert.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.constant.Params.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.constant.SQL.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.constant.Select.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.constant.Update.class - [JAR]

io.github.dengchen2020.mybatis.extension.mapper

├─ io.github.dengchen2020.mybatis.extension.mapper.BaseMapper.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.mapper.CrudMapper.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.mapper.DcMapper.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.mapper.Mapper.class - [JAR]

io.github.dengchen2020.mybatis.extension.exception

├─ io.github.dengchen2020.mybatis.extension.exception.MybatisCustomException.class - [JAR]

io.github.dengchen2020.mybatis.extension.core

├─ io.github.dengchen2020.mybatis.extension.core.BatchInsertSqlBuilder.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.BatchUpdateSqlUpdate.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.CrudProvider.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.DeleteSqlBuilder.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.DeleteWrapper.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.InsertSqlBuilder.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.Provider.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.QueryWrapper.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.SelectSqlBuilder.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.UpdateSqlBuilder.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.UpdateWrapper.class - [JAR]

├─ io.github.dengchen2020.mybatis.extension.core.Wrapper.class - [JAR]