jar

com.gitee.hengboy : mybatis-enhance-core

Maven & Gradle

Apr 22, 2021
13 usages
3 stars

The dependency is completely replaced by spring-mybatis, Provide some single table Mapper mapping and SQLSource's reinitialization in the MappedStatement of method Provider.

Table Of Contents

Latest Version

Download com.gitee.hengboy : mybatis-enhance-core JAR file - Latest Versions:

All Versions

Download com.gitee.hengboy : mybatis-enhance-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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-enhance-core-1.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gitee.hengboy.mybatis.enhance.provider.base

├─ com.gitee.hengboy.mybatis.enhance.provider.base.BaseProvider.class - [JAR]

com.gitee.hengboy.mybatis.enhance.mapper.delete

├─ com.gitee.hengboy.mybatis.enhance.mapper.delete.DeleteAllMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.delete.DeleteArrayMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.delete.DeleteCollectionMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.delete.DeleteDslMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.delete.DeleteMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.delete.DeleteOneMapper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.common

├─ com.gitee.hengboy.mybatis.enhance.common.ConfigConstants.class - [JAR]

com.gitee.hengboy.mybatis.enhance.common.annotation

├─ com.gitee.hengboy.mybatis.enhance.common.annotation.Column.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.annotation.Id.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.annotation.ProviderMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.annotation.Table.class - [JAR]

com.gitee.hengboy.mybatis.enhance.sort

├─ com.gitee.hengboy.mybatis.enhance.sort.Sort.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.sort.SortEnum.class - [JAR]

com.gitee.hengboy.mybatis.enhance.mapper.insert

├─ com.gitee.hengboy.mybatis.enhance.mapper.insert.InsertArrayMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.insert.InsertCollectionMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.insert.InsertMapper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.mapper.update

├─ com.gitee.hengboy.mybatis.enhance.mapper.update.UpdateDslMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.update.UpdateMapper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.mapper

├─ com.gitee.hengboy.mybatis.enhance.mapper.CrudMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.EnhanceMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.PageableMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.SqlMapper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.common.helper

├─ com.gitee.hengboy.mybatis.enhance.common.helper.ColumnHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.EntityHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.MapperHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.NameDefineHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.ProviderHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.RandomHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.ReflectionHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.SqlSourceHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.StatckTraceElementHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.StatementHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.StringHelper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.helper.TableHelper.class - [JAR]

com.gitee.hengboy.mybatis.enhance

├─ com.gitee.hengboy.mybatis.enhance.EnhanceClassPathMapperScanner.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.MappedStatementSupport.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.MapperFactoryBean.class - [JAR]

com.gitee.hengboy.mybatis.enhance.provider.delete

├─ com.gitee.hengboy.mybatis.enhance.provider.delete.DeleteAllProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.delete.OrmDeleteArrayProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.delete.OrmDeleteCollectionProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.delete.OrmDeleteDslProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.delete.OrmDeleteProvider.class - [JAR]

com.gitee.hengboy.mybatis.enhance.page

├─ com.gitee.hengboy.mybatis.enhance.page.Page.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.page.Pageable.class - [JAR]

com.gitee.hengboy.mybatis.enhance.mapper.select

├─ com.gitee.hengboy.mybatis.enhance.mapper.select.SelectAllMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.select.SelectArrayMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.select.SelectCollectionMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.select.SelectDslMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.select.SelectMapper.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.mapper.select.SelectOneMapper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.provider.update

├─ com.gitee.hengboy.mybatis.enhance.provider.update.OrmUpdateDslProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.update.OrmUpdateProvider.class - [JAR]

com.gitee.hengboy.mybatis.enhance.common.struct

├─ com.gitee.hengboy.mybatis.enhance.common.struct.ColumnStruct.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.struct.TableStruct.class - [JAR]

com.gitee.hengboy.mybatis.enhance.named.helper

├─ com.gitee.hengboy.mybatis.enhance.named.helper.NamedMethodHelper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.common.helper.sql

├─ com.gitee.hengboy.mybatis.enhance.common.helper.sql.MapperXmlMySqlHelper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.common.enums

├─ com.gitee.hengboy.mybatis.enhance.common.enums.KeyGeneratorTypeEnum.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.enums.PlaceholderEnum.class - [JAR]

com.gitee.hengboy.mybatis.enhance.key.generator

├─ com.gitee.hengboy.mybatis.enhance.key.generator.SelectAutoKeyGenerator.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.key.generator.UUIDKeyGenerator.class - [JAR]

com.gitee.hengboy.mybatis.enhance.provider.select

├─ com.gitee.hengboy.mybatis.enhance.provider.select.OrmSelectAllProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.select.OrmSelectArrayProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.select.OrmSelectCollectionProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.select.OrmSelectDslProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.select.OrmSelectOneProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.select.OrmSelectPageableProvider.class - [JAR]

com.gitee.hengboy.mybatis.enhance.provider.named

├─ com.gitee.hengboy.mybatis.enhance.provider.named.MethodNamedCountProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.named.MethodNamedDeleteProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.named.MethodNamedFindProvider.class - [JAR]

com.gitee.hengboy.mybatis.enhance.exception

├─ com.gitee.hengboy.mybatis.enhance.exception.EnhanceFrameworkException.class - [JAR]

com.gitee.hengboy.mybatis.enhance.mapper.count

├─ com.gitee.hengboy.mybatis.enhance.mapper.count.CountAllMapper.class - [JAR]

com.gitee.hengboy.mybatis.enhance.common.mapping

├─ com.gitee.hengboy.mybatis.enhance.common.mapping.ColumnMappingFilter.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.mapping.ColumnMappingFilterBuilder.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.common.mapping.MappingTypeEnum.class - [JAR]

com.gitee.hengboy.mybatis.enhance.provider.count

├─ com.gitee.hengboy.mybatis.enhance.provider.count.CountAllProvider.class - [JAR]

com.gitee.hengboy.mybatis.enhance.provider.insert

├─ com.gitee.hengboy.mybatis.enhance.provider.insert.OrmInsertArrayProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.insert.OrmInsertCollectionProvider.class - [JAR]

├─ com.gitee.hengboy.mybatis.enhance.provider.insert.OrmInsertProvider.class - [JAR]

com.gitee.hengboy.mybatis.enhance.named

├─ com.gitee.hengboy.mybatis.enhance.named.OrPart.class - [JAR]

Advertisement