mybatis-plus-join-core-1.5.4.jar中文-英文对照文档.zip

com.github.yulichangmybatis-plus-join-core1.5.4API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: mybatis-plus-join-core-1.5.4.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 2.17 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1.5
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

mybatis-plus-join-core-1.5.4.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:mybatis-plus-join-core-1.5.4.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:mybatis-plus-join-core-1.5.4.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:mybatis-plus-join-core-1.5.4.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:mybatis-plus-join-core-1.5.4-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 mybatis-plus-join-core-1.5.4.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: mybatis-plus-join-core
  • 描述: 一个增强的 Mybatis-Plus 工具包,用于简化开发。
  • 版本: 1.5.4

Maven依赖

<dependency>
	<groupId>com.github.yulichang</groupId>
	<artifactId>mybatis-plus-join-core</artifactId>
	<version>1.5.4</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.github.yulichang', name: 'mybatis-plus-join-core', version: '1.5.4'
Gradle (Short):
	implementation 'com.github.yulichang:mybatis-plus-join-core:1.5.4'
Gradle (Kotlin):
	implementation("com.github.yulichang:mybatis-plus-join-core:1.5.4")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.github.yulichang.adapter
com.github.yulichang.base
com.github.yulichang.config
com.github.yulichang.config.enums
com.github.yulichang.extension.apt
com.github.yulichang.extension.apt.interfaces
com.github.yulichang.extension.apt.matedata
com.github.yulichang.extension.apt.resultmap
com.github.yulichang.extension.apt.toolkit
com.github.yulichang.extension.kt
com.github.yulichang.extension.kt.interfaces
com.github.yulichang.extension.kt.resultmap
com.github.yulichang.extension.kt.segments
com.github.yulichang.extension.kt.toolkit
com.github.yulichang.injector
com.github.yulichang.interceptor
com.github.yulichang.interceptor.pagination
com.github.yulichang.interfaces
com.github.yulichang.method
com.github.yulichang.method.mp
com.github.yulichang.query
com.github.yulichang.query.interfaces
com.github.yulichang.repository
com.github.yulichang.toolkit
com.github.yulichang.toolkit.reflect
com.github.yulichang.toolkit.sql
com.github.yulichang.toolkit.support
com.github.yulichang.wrapper
com.github.yulichang.wrapper.enums
com.github.yulichang.wrapper.interfaces
com.github.yulichang.wrapper.resultmap
com.github.yulichang.wrapper.segments

本组件包含的 Java class(类)

com.github.yulichang.adapter.Adapter
com.github.yulichang.adapter.AdapterHelper
com.github.yulichang.base.JoinMapper
com.github.yulichang.base.JoinService
com.github.yulichang.base.MPJBaseMapper
com.github.yulichang.base.MPJBaseService
com.github.yulichang.base.MPJBaseServiceImpl
com.github.yulichang.config.ConfigProperties
com.github.yulichang.config.ConfigProperties.Convert
com.github.yulichang.config.MPJInterceptorConfig
com.github.yulichang.config.enums.IfExistsEnum
com.github.yulichang.config.enums.LogicDelTypeEnum
com.github.yulichang.extension.apt.AptAbstractWrapper
com.github.yulichang.extension.apt.AptQueryWrapper
com.github.yulichang.extension.apt.JoinAbstractWrapper
com.github.yulichang.extension.apt.interfaces.Compare
com.github.yulichang.extension.apt.interfaces.CompareIfExists
com.github.yulichang.extension.apt.interfaces.Func
com.github.yulichang.extension.apt.interfaces.FuncLambda
com.github.yulichang.extension.apt.interfaces.OnCompare
com.github.yulichang.extension.apt.interfaces.Query
com.github.yulichang.extension.apt.interfaces.QueryJoin
com.github.yulichang.extension.apt.interfaces.QueryLabel
com.github.yulichang.extension.apt.matedata.BaseColumn
com.github.yulichang.extension.apt.matedata.Column
com.github.yulichang.extension.apt.resultmap.MybatisLabel
com.github.yulichang.extension.apt.resultmap.MybatisLabel.Builder
com.github.yulichang.extension.apt.resultmap.MybatisLabelFree
com.github.yulichang.extension.apt.resultmap.MybatisLabelFree.Builder
com.github.yulichang.extension.apt.resultmap.Result
com.github.yulichang.extension.apt.resultmap.Result.Builder
com.github.yulichang.extension.apt.toolkit.AptWrapperUtils
com.github.yulichang.extension.apt.toolkit.AptWrappers
com.github.yulichang.extension.kt.KtAbstractLambdaWrapper
com.github.yulichang.extension.kt.KtAbstractWrapper
com.github.yulichang.extension.kt.KtDeleteJoinWrapper
com.github.yulichang.extension.kt.KtLambdaWrapper
com.github.yulichang.extension.kt.KtUpdateJoinWrapper
com.github.yulichang.extension.kt.KtUpdateJoinWrapper.UpdateSet
com.github.yulichang.extension.kt.interfaces.Compare
com.github.yulichang.extension.kt.interfaces.CompareIfExists
com.github.yulichang.extension.kt.interfaces.Func
com.github.yulichang.extension.kt.interfaces.OnCompare
com.github.yulichang.extension.kt.interfaces.Query
com.github.yulichang.extension.kt.interfaces.QueryJoin
com.github.yulichang.extension.kt.interfaces.QueryLabel
com.github.yulichang.extension.kt.interfaces.Update
com.github.yulichang.extension.kt.resultmap.MybatisLabel
com.github.yulichang.extension.kt.resultmap.MybatisLabel.Builder
com.github.yulichang.extension.kt.resultmap.MybatisLabelFree
com.github.yulichang.extension.kt.resultmap.MybatisLabelFree.Builder
com.github.yulichang.extension.kt.resultmap.Result
com.github.yulichang.extension.kt.resultmap.Result.Builder
com.github.yulichang.extension.kt.segments.FuncArgs
com.github.yulichang.extension.kt.toolkit.KtWrapperUtils
com.github.yulichang.extension.kt.toolkit.KtWrappers
com.github.yulichang.injector.MPJSqlInjector
com.github.yulichang.interceptor.MPJInterceptor
com.github.yulichang.interceptor.MPJInterceptor.Val
com.github.yulichang.interceptor.pagination.DialectWrapper
com.github.yulichang.interceptor.pagination.PageInnerInterceptorWrapper
com.github.yulichang.interceptor.pagination.ParseHelper
com.github.yulichang.interceptor.pagination.SqlSourceWrapper
com.github.yulichang.interfaces.MPJBaseJoin
com.github.yulichang.method.DeleteJoin
com.github.yulichang.method.MPJAbstractMethod
com.github.yulichang.method.MPJBaseMethod
com.github.yulichang.method.SelectJoinCount
com.github.yulichang.method.SelectJoinList
com.github.yulichang.method.SelectJoinOne
com.github.yulichang.method.SelectJoinPage
com.github.yulichang.method.SqlMethod
com.github.yulichang.method.UpdateJoin
com.github.yulichang.method.UpdateJoinAndNull
com.github.yulichang.method.mp.Delete
com.github.yulichang.method.mp.SelectCount
com.github.yulichang.method.mp.SelectList
com.github.yulichang.method.mp.SelectMaps
com.github.yulichang.method.mp.SelectMapsPage
com.github.yulichang.method.mp.SelectObjs
com.github.yulichang.method.mp.SelectOne
com.github.yulichang.method.mp.SelectPage
com.github.yulichang.method.mp.TableAlias
com.github.yulichang.method.mp.Update
com.github.yulichang.query.MPJLambdaQueryWrapper
com.github.yulichang.query.MPJQueryWrapper
com.github.yulichang.query.interfaces.CompareIfExists
com.github.yulichang.query.interfaces.StringJoin
com.github.yulichang.repository.JoinAbstractRepository
com.github.yulichang.repository.JoinCrudRepository
com.github.yulichang.repository.JoinRepository
com.github.yulichang.toolkit.ClassUtils
com.github.yulichang.toolkit.Constant
com.github.yulichang.toolkit.FieldStringMap
com.github.yulichang.toolkit.FillUtils
com.github.yulichang.toolkit.InterceptorList
com.github.yulichang.toolkit.JoinWrappers
com.github.yulichang.toolkit.KtUtils
com.github.yulichang.toolkit.LambdaUtils
com.github.yulichang.toolkit.LogicInfoUtils
com.github.yulichang.toolkit.MPJReflectionKit
com.github.yulichang.toolkit.MPJSqlInjectionUtils
com.github.yulichang.toolkit.MPJTableMapperHelper
com.github.yulichang.toolkit.MPJWrappers
com.github.yulichang.toolkit.MybatisJoinPlusVersion
com.github.yulichang.toolkit.Ref
com.github.yulichang.toolkit.ReflectionKit
com.github.yulichang.toolkit.SetAccessibleAction
com.github.yulichang.toolkit.SpringContentUtils
com.github.yulichang.toolkit.SpringContentUtils.SpringContext
com.github.yulichang.toolkit.SqlHelper
com.github.yulichang.toolkit.StrUtils
com.github.yulichang.toolkit.TableHelper
com.github.yulichang.toolkit.TableList
com.github.yulichang.toolkit.TableList.Node
com.github.yulichang.toolkit.TableMap
com.github.yulichang.toolkit.ThrowOptional
com.github.yulichang.toolkit.WrapperUtils
com.github.yulichang.toolkit.reflect.GenericTypeUtils
com.github.yulichang.toolkit.reflect.IGenericTypeResolver
com.github.yulichang.toolkit.reflect.SpringReflectionHelper
com.github.yulichang.toolkit.reflect.TypeParameterResolver
com.github.yulichang.toolkit.sql.SqlScriptUtils
com.github.yulichang.toolkit.support.ColumnCache
com.github.yulichang.toolkit.support.FieldCache
com.github.yulichang.toolkit.support.IdeaProxyLambdaMeta
com.github.yulichang.toolkit.support.LambdaMeta
com.github.yulichang.toolkit.support.ReflectLambdaMeta
com.github.yulichang.toolkit.support.SerializedLambda
com.github.yulichang.toolkit.support.ShadowLambdaMeta
com.github.yulichang.wrapper.DeleteJoinWrapper
com.github.yulichang.wrapper.JoinAbstractLambdaWrapper
com.github.yulichang.wrapper.JoinAbstractWrapper
com.github.yulichang.wrapper.MPJLambdaWrapper
com.github.yulichang.wrapper.UpdateJoinWrapper
com.github.yulichang.wrapper.UpdateJoinWrapper.UpdateSet
com.github.yulichang.wrapper.enums.BaseFuncEnum
com.github.yulichang.wrapper.enums.DefaultFuncEnum
com.github.yulichang.wrapper.enums.IfExistsSqlKeyWordEnum
com.github.yulichang.wrapper.enums.PrefixEnum
com.github.yulichang.wrapper.interfaces.Chain
com.github.yulichang.wrapper.interfaces.Compare
com.github.yulichang.wrapper.interfaces.CompareIfExists
com.github.yulichang.wrapper.interfaces.CompareStr
com.github.yulichang.wrapper.interfaces.CompareStrIfExists
com.github.yulichang.wrapper.interfaces.CompareWrapper
com.github.yulichang.wrapper.interfaces.DeleteChain
com.github.yulichang.wrapper.interfaces.DoSomething
com.github.yulichang.wrapper.interfaces.Fill
com.github.yulichang.wrapper.interfaces.Func
com.github.yulichang.wrapper.interfaces.FuncStr
com.github.yulichang.wrapper.interfaces.FuncWrapper
com.github.yulichang.wrapper.interfaces.IExt
com.github.yulichang.wrapper.interfaces.Join
com.github.yulichang.wrapper.interfaces.MBiPredicate
com.github.yulichang.wrapper.interfaces.MConsumer
com.github.yulichang.wrapper.interfaces.MFunction
com.github.yulichang.wrapper.interfaces.MPredicate
com.github.yulichang.wrapper.interfaces.Nested
com.github.yulichang.wrapper.interfaces.OnCompare
com.github.yulichang.wrapper.interfaces.Query
com.github.yulichang.wrapper.interfaces.QueryJoin
com.github.yulichang.wrapper.interfaces.QueryLabel
com.github.yulichang.wrapper.interfaces.SelectWrapper
com.github.yulichang.wrapper.interfaces.Update
com.github.yulichang.wrapper.interfaces.UpdateChain
com.github.yulichang.wrapper.resultmap.IResult
com.github.yulichang.wrapper.resultmap.Label
com.github.yulichang.wrapper.resultmap.MybatisLabel
com.github.yulichang.wrapper.resultmap.MybatisLabel.Builder
com.github.yulichang.wrapper.resultmap.MybatisLabelFree
com.github.yulichang.wrapper.resultmap.MybatisLabelFree.Builder
com.github.yulichang.wrapper.resultmap.Result
com.github.yulichang.wrapper.resultmap.Result.Builder
com.github.yulichang.wrapper.resultmap.ResultList
com.github.yulichang.wrapper.segments.AptConsumer
com.github.yulichang.wrapper.segments.Fun
com.github.yulichang.wrapper.segments.FuncConsumer
com.github.yulichang.wrapper.segments.PageInfo
com.github.yulichang.wrapper.segments.Select
com.github.yulichang.wrapper.segments.SelectAlias
com.github.yulichang.wrapper.segments.SelectApt
com.github.yulichang.wrapper.segments.SelectCache
com.github.yulichang.wrapper.segments.SelectCache.Cache
com.github.yulichang.wrapper.segments.SelectFunc
com.github.yulichang.wrapper.segments.SelectFunc.Arg
com.github.yulichang.wrapper.segments.SelectLabel
com.github.yulichang.wrapper.segments.SelectNormal
com.github.yulichang.wrapper.segments.SelectString
com.github.yulichang.wrapper.segments.SelectSub