jar

com.github.fangjinuo.sqlhelper : sqlhelper-mybatis

Maven & Gradle

Sep 07, 2022
11 usages
296 stars

Supports mybatis (an ORM framework)

Table Of Contents

Latest Version

Download com.github.fangjinuo.sqlhelper : sqlhelper-mybatis JAR file - Latest Versions:

All Versions

Download com.github.fangjinuo.sqlhelper : sqlhelper-mybatis JAR file - All Versions:

Version Vulnerabilities Size Updated
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.2.x
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 sqlhelper-mybatis-3.6.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jn.sqlhelper.mybatis.session.transaction

├─ com.jn.sqlhelper.mybatis.session.transaction.SqlSessionTransactionalResource.class - [JAR]

com.jn.sqlhelper.mybatis.batch

├─ com.jn.sqlhelper.mybatis.batch.BatchSqlBatchUpdater.class - [JAR]

├─ com.jn.sqlhelper.mybatis.batch.JdbcBatchUpdater.class - [JAR]

├─ com.jn.sqlhelper.mybatis.batch.MybatisBatchStatement.class - [JAR]

├─ com.jn.sqlhelper.mybatis.batch.MybatisBatchUpdater.class - [JAR]

├─ com.jn.sqlhelper.mybatis.batch.MybatisBatchUpdaters.class - [JAR]

├─ com.jn.sqlhelper.mybatis.batch.SimpleBatchUpdater.class - [JAR]

com.jn.sqlhelper.mybatis.mvc.entity

├─ com.jn.sqlhelper.mybatis.mvc.entity.Entity.class - [JAR]

com.jn.sqlhelper.mybatis.plugins

├─ com.jn.sqlhelper.mybatis.plugins.CustomMybatisParameterHandler.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.CustomScriptLanguageDriver.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.ExecutorInvocation.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.ExecutorInvocationSinkHandler.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.MybatisQueryParameters.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.MybatisSqlRequestContextKeys.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.NestedStatements.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.PageHelperCompibles.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.SqlHelperMybatisPlugin.class - [JAR]

com.jn.sqlhelper.mybatis

├─ com.jn.sqlhelper.mybatis.BoundSqls.class - [JAR]

├─ com.jn.sqlhelper.mybatis.CommonEnumTypeHandler.class - [JAR]

├─ com.jn.sqlhelper.mybatis.CustomVendorDatabaseIdProvider.class - [JAR]

├─ com.jn.sqlhelper.mybatis.MybatisUtils.class - [JAR]

├─ com.jn.sqlhelper.mybatis.SqlHelperMybatisProperties.class - [JAR]

com.jn.sqlhelper.mybatis.mvc.repository

├─ com.jn.sqlhelper.mybatis.mvc.repository.Repository.class - [JAR]

com.jn.sqlhelper.mybatis.plugins.pagination

├─ com.jn.sqlhelper.mybatis.plugins.pagination.PaginationConfig.class - [JAR]

├─ com.jn.sqlhelper.mybatis.plugins.pagination.PaginationHandler.class - [JAR]

com.jn.sqlhelper.mybatis.plugins.likeescape

├─ com.jn.sqlhelper.mybatis.plugins.likeescape.LikeParameterEscapeHandler.class - [JAR]

com.jn.sqlhelper.mybatis.session.factory

├─ com.jn.sqlhelper.mybatis.session.factory.SimpleSqlSessionFactoryProvider.class - [JAR]

├─ com.jn.sqlhelper.mybatis.session.factory.SqlSessionFactoryProvider.class - [JAR]

Advertisement