jar

com.github.freegeese : easy-mybatis

Maven & Gradle

Jun 14, 2021
0 stars

Easy Mybatis · 让MyBatis简单

Table Of Contents

Latest Version

Download com.github.freegeese : easy-mybatis JAR file - Latest Versions:

All Versions

Download com.github.freegeese : easy-mybatis JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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

com.github.freegeese.easymybatis.annotation

├─ com.github.freegeese.easymybatis.annotation.AutoResultMap.class - [JAR]

├─ com.github.freegeese.easymybatis.annotation.Column.class - [JAR]

├─ com.github.freegeese.easymybatis.annotation.GeneratedValue.class - [JAR]

├─ com.github.freegeese.easymybatis.annotation.GenerationType.class - [JAR]

├─ com.github.freegeese.easymybatis.annotation.Id.class - [JAR]

├─ com.github.freegeese.easymybatis.annotation.Ignore.class - [JAR]

├─ com.github.freegeese.easymybatis.annotation.Table.class - [JAR]

com.github.freegeese.easymybatis

├─ com.github.freegeese.easymybatis.EasyMybatisConfiguration.class - [JAR]

com.github.freegeese.easymybatis.domain

├─ com.github.freegeese.easymybatis.domain.Dateable.class - [JAR]

├─ com.github.freegeese.easymybatis.domain.Pageable.class - [JAR]

├─ com.github.freegeese.easymybatis.domain.Pagination.class - [JAR]

├─ com.github.freegeese.easymybatis.domain.Treeable.class - [JAR]

com.github.freegeese.easymybatis.interceptor

├─ com.github.freegeese.easymybatis.interceptor.DateableInterceptor.class - [JAR]

com.github.freegeese.easymybatis.mapper

├─ com.github.freegeese.easymybatis.mapper.BaseMapper.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.DeleteMapper.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.InsertMapper.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.SelectMapper.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.TreeableMapper.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.UpdateMapper.class - [JAR]

com.github.freegeese.easymybatis.mapper.provider

├─ com.github.freegeese.easymybatis.mapper.provider.DeleteSqlProvider.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.provider.InsertSqlProvider.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.provider.SelectSqlProvider.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.provider.TreeableSqlProvider.class - [JAR]

├─ com.github.freegeese.easymybatis.mapper.provider.UpdateSqlProvider.class - [JAR]

com.github.freegeese.easymybatis.meta

├─ com.github.freegeese.easymybatis.meta.MetaCache.class - [JAR]

├─ com.github.freegeese.easymybatis.meta.MetaEntityClass.class - [JAR]

├─ com.github.freegeese.easymybatis.meta.MetaMapperClass.class - [JAR]

├─ com.github.freegeese.easymybatis.meta.MetaObjectWrapper.class - [JAR]

com.github.freegeese.easymybatis.util

├─ com.github.freegeese.easymybatis.util.RefUtils.class - [JAR]

com.github.freegeese.easymybatis.service

├─ com.github.freegeese.easymybatis.service.BaseService.class - [JAR]

├─ com.github.freegeese.easymybatis.service.TreeableService.class - [JAR]

Advertisement