jar

com.lihongkun : mybatis-mapper

Maven & Gradle

Sep 24, 2017

Mybatis Mapper · Generic mybatis mapper interface without write SQL yourself

Table Of Contents

Latest Version

Download com.lihongkun : mybatis-mapper JAR file - Latest Versions:

All Versions

Download com.lihongkun : mybatis-mapper JAR file - All Versions:

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

com.lihongkun.mybatis.mapper.statement.registry

├─ com.lihongkun.mybatis.mapper.statement.registry.CountRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.DeleteAllByIdRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.DeleteByIdRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.DeleteRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.ExistsByIdRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.FindAllByIdRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.FindAllRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.FindByIdRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.GenericInsertRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.InsertAllRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.InsertRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.registry.UpdateByIdRegisty.class - [JAR]

com.lihongkun.mybatis.mapper.interceptor

├─ com.lihongkun.mybatis.mapper.interceptor.ShowSqlInterceptor.class - [JAR]

com.lihongkun.mybatis.mapper

├─ com.lihongkun.mybatis.mapper.MybatisMapper.class - [JAR]

├─ com.lihongkun.mybatis.mapper.MybatisMapperSqlSessionFactoryBean.class - [JAR]

com.lihongkun.mybatis.mapper.statement

├─ com.lihongkun.mybatis.mapper.statement.GenericMappedStatementRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.MappedStatementRegistry.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.MappedStatementRegistryComposite.class - [JAR]

├─ com.lihongkun.mybatis.mapper.statement.RegistryArgs.class - [JAR]

com.lihongkun.mybatis.mapper.annotation

├─ com.lihongkun.mybatis.mapper.annotation.Id.class - [JAR]

├─ com.lihongkun.mybatis.mapper.annotation.MapperEntity.class - [JAR]

├─ com.lihongkun.mybatis.mapper.annotation.Transient.class - [JAR]

com.lihongkun.mybatis.mapper.utils

├─ com.lihongkun.mybatis.mapper.utils.AnnotationScanUtils.class - [JAR]

├─ com.lihongkun.mybatis.mapper.utils.ReflectionUtils.class - [JAR]

├─ com.lihongkun.mybatis.mapper.utils.StringUtils.class - [JAR]

com.lihongkun.mybatis.mapper.keygen

├─ com.lihongkun.mybatis.mapper.keygen.KeyGeneratorType.class - [JAR]

├─ com.lihongkun.mybatis.mapper.keygen.ServiceKeyGenerator.class - [JAR]

Advertisement