jar

tech.yanand : flying-mybatis

Maven & Gradle

Jun 21, 2024
0 stars

Flying Mybatis · Let Mybatis fly, provide some basic CRUD methods by simply inheriting `AutoMapper`, without losing any of the original Mybatis Spring functionally.

Table Of Contents

Latest Version

Download tech.yanand : flying-mybatis JAR file - Latest Versions:

All Versions

Download tech.yanand : flying-mybatis JAR file - All Versions:

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

tech.yanand.flyingmybatis

├─ tech.yanand.flyingmybatis.AutoMapper.class - [JAR]

├─ tech.yanand.flyingmybatis.AutoMapperProcessor.class - [JAR]

├─ tech.yanand.flyingmybatis.AutoMapperProvider.class - [JAR]

├─ tech.yanand.flyingmybatis.CaseFormatUtils.class - [JAR]

├─ tech.yanand.flyingmybatis.Column.class - [JAR]

├─ tech.yanand.flyingmybatis.ColumnInfo.class - [JAR]

├─ tech.yanand.flyingmybatis.MetaDataCache.class - [JAR]

├─ tech.yanand.flyingmybatis.MybatisHelper.class - [JAR]

├─ tech.yanand.flyingmybatis.PrimaryKey.class - [JAR]

├─ tech.yanand.flyingmybatis.Table.class - [JAR]

├─ tech.yanand.flyingmybatis.TableInfo.class - [JAR]