jar

com.github.houbb : mybatis

Maven & Gradle

Jul 15, 2020
18 stars

mybatis · The simple mybatis for java.

Table Of Contents

Latest Version

Download com.github.houbb : mybatis JAR file - Latest Versions:

All Versions

Download com.github.houbb : mybatis 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-0.0.18.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.mybatis.mapper

├─ com.github.houbb.mybatis.mapper.MapperClass.class - [JAR]

├─ com.github.houbb.mybatis.mapper.MapperMethod.class - [JAR]

├─ com.github.houbb.mybatis.mapper.MapperProxy.class - [JAR]

├─ com.github.houbb.mybatis.mapper.MapperRegister.class - [JAR]

├─ com.github.houbb.mybatis.mapper.MapperSqlItem.class - [JAR]

├─ com.github.houbb.mybatis.mapper.MapperSqlTemplate.class - [JAR]

com.github.houbb.mybatis.support.factory

├─ com.github.houbb.mybatis.support.factory.ObjectFactory.class - [JAR]

com.github.houbb.mybatis.support.alias.impl

├─ com.github.houbb.mybatis.support.alias.impl.DefaultTypeAliasRegister.class - [JAR]

com.github.houbb.mybatis.config

├─ com.github.houbb.mybatis.config.Config.class - [JAR]

com.github.houbb.mybatis.executor

├─ com.github.houbb.mybatis.executor.Executor.class - [JAR]

com.github.houbb.mybatis.handler.result.impl

├─ com.github.houbb.mybatis.handler.result.impl.AbstractResultTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.result.impl.MapResultTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.result.impl.ObjectRefResultTypeHandler.class - [JAR]

com.github.houbb.mybatis.handler.type.register.impl

├─ com.github.houbb.mybatis.handler.type.register.impl.DefaultTypeHandlerRegister.class - [JAR]

com.github.houbb.mybatis.transaction.impl

├─ com.github.houbb.mybatis.transaction.impl.JdbcTransaction.class - [JAR]

├─ com.github.houbb.mybatis.transaction.impl.ManageTransaction.class - [JAR]

com.github.houbb.mybatis.handler.type.handler

├─ com.github.houbb.mybatis.handler.type.handler.TypeHandler.class - [JAR]

com.github.houbb.mybatis.annotation

├─ com.github.houbb.mybatis.annotation.Param.class - [JAR]

com.github.houbb.mybatis.config.impl

├─ com.github.houbb.mybatis.config.impl.ConfigAdaptor.class - [JAR]

├─ com.github.houbb.mybatis.config.impl.XmlConfig.class - [JAR]

com.github.houbb.mybatis.datasource.unpooled

├─ com.github.houbb.mybatis.datasource.unpooled.UnPooledDataSource.class - [JAR]

com.github.houbb.mybatis.support.replace

├─ com.github.houbb.mybatis.support.replace.ISqlReplace.class - [JAR]

├─ com.github.houbb.mybatis.support.replace.SqlReplaceResult.class - [JAR]

com.github.houbb.mybatis.plugin

├─ com.github.houbb.mybatis.plugin.AbstractInterceptor.class - [JAR]

├─ com.github.houbb.mybatis.plugin.DefaultInvocationHandler.class - [JAR]

├─ com.github.houbb.mybatis.plugin.Interceptor.class - [JAR]

├─ com.github.houbb.mybatis.plugin.InterceptorChain.class - [JAR]

├─ com.github.houbb.mybatis.plugin.Invocation.class - [JAR]

com.github.houbb.mybatis.session.impl

├─ com.github.houbb.mybatis.session.impl.DefaultSessionFactory.class - [JAR]

├─ com.github.houbb.mybatis.session.impl.DefaultSqlSession.class - [JAR]

com.github.houbb.mybatis.support.evaluate

├─ com.github.houbb.mybatis.support.evaluate.IEvaluate.class - [JAR]

com.github.houbb.mybatis.mapper.component

├─ com.github.houbb.mybatis.mapper.component.MapperForeachProperty.class - [JAR]

├─ com.github.houbb.mybatis.mapper.component.MapperResultMapItem.class - [JAR]

com.github.houbb.mybatis.executor.impl

├─ com.github.houbb.mybatis.executor.impl.SimpleExecutor.class - [JAR]

com.github.houbb.mybatis.handler.type.register

├─ com.github.houbb.mybatis.handler.type.register.TypeHandlerRegister.class - [JAR]

com.github.houbb.mybatis.constant.enums

├─ com.github.houbb.mybatis.constant.enums.MapperSqlType.class - [JAR]

├─ com.github.houbb.mybatis.constant.enums.TransactionIsolationLevel.class - [JAR]

com.github.houbb.mybatis.datasource

├─ com.github.houbb.mybatis.datasource.AbstractDataSource.class - [JAR]

com.github.houbb.mybatis.handler.type.handler.impl

├─ com.github.houbb.mybatis.handler.type.handler.impl.AbstractTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.BooleanTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.ByteTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.CharacterTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.DoubleTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.FloatTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.IntegerTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.LongTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.ShortTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.StringTypeHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.type.handler.impl.TypeHandlerAdaptor.class - [JAR]

com.github.houbb.mybatis.handler.param

├─ com.github.houbb.mybatis.handler.param.ParameterHandler.class - [JAR]

com.github.houbb.mybatis.support.alias

├─ com.github.houbb.mybatis.support.alias.TypeAliasRegister.class - [JAR]

com.github.houbb.mybatis.util

├─ com.github.houbb.mybatis.util.XmlUtil.class - [JAR]

com.github.houbb.mybatis.handler.type

├─ com.github.houbb.mybatis.handler.type.JdbcType.class - [JAR]

com.github.houbb.mybatis.transaction

├─ com.github.houbb.mybatis.transaction.Transaction.class - [JAR]

com.github.houbb.mybatis.support.factory.impl

├─ com.github.houbb.mybatis.support.factory.impl.DefaultObjectFactory.class - [JAR]

com.github.houbb.mybatis.exception

├─ com.github.houbb.mybatis.exception.MybatisException.class - [JAR]

com.github.houbb.mybatis.handler.result

├─ com.github.houbb.mybatis.handler.result.ResultHandler.class - [JAR]

├─ com.github.houbb.mybatis.handler.result.ResultHandlerContext.class - [JAR]

├─ com.github.houbb.mybatis.handler.result.ResultTypeHandler.class - [JAR]

com.github.houbb.mybatis.support.replace.impl

├─ com.github.houbb.mybatis.support.replace.impl.ForeachSqlReplace.class - [JAR]

├─ com.github.houbb.mybatis.support.replace.impl.IfSqlReplace.class - [JAR]

├─ com.github.houbb.mybatis.support.replace.impl.IncludeRefSqlReplace.class - [JAR]

├─ com.github.houbb.mybatis.support.replace.impl.PlaceholderSqlReplace.class - [JAR]

├─ com.github.houbb.mybatis.support.replace.impl.SqlReplaceChains.class - [JAR]

com.github.houbb.mybatis.constant

├─ com.github.houbb.mybatis.constant.DataSourceConst.class - [JAR]

├─ com.github.houbb.mybatis.constant.MapperAttrConst.class - [JAR]

├─ com.github.houbb.mybatis.constant.MapperForeachConst.class - [JAR]

├─ com.github.houbb.mybatis.constant.MapperSqlConst.class - [JAR]

├─ com.github.houbb.mybatis.constant.MapperTypeConst.class - [JAR]

com.github.houbb.mybatis.support.evaluate.impl

├─ com.github.houbb.mybatis.support.evaluate.impl.BoolEvaluate.class - [JAR]

com.github.houbb.mybatis.session

├─ com.github.houbb.mybatis.session.SqlSession.class - [JAR]

├─ com.github.houbb.mybatis.session.SqlSessionFactory.class - [JAR]

Advertisement