- ge(SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
ignore
- ge(boolean, SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
大于等于 >=
- ge(R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
ignore
- ge(boolean, R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
大于等于 >=
- ge(SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
ignore
- ge(boolean, SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
大于等于 >=
- ge(boolean, SFunction<X, ?>, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- ge(boolean, SFunction<R, ?>, SFunction<S, ?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- ge(boolean, String, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- geSql(boolean, SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
字段 >= ( sql语句 )
例1: geSql("id", "1, 2, 3, 4, 5, 6")
例1: geSql("id", "select id from table where name = 'JunJun'")
- geSql(SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- geSql(boolean, R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
字段 >= ( sql语句 )
例1: geSql("id", "1, 2, 3, 4, 5, 6")
例1: geSql("id", "select id from table where name = 'JunJun'")
- geSql(R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
ignore
- geSql(boolean, SFunction<X, ?>, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- geSql(boolean, String, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- get(Class<?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper.TableList
-
- get(Class<?>, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper.TableList
-
- getAlias() - 类 中的方法com.github.yulichang.query.MPJLambdaQueryWrapper
-
已过时。
- getAlias() - 类 中的方法com.github.yulichang.query.MPJQueryWrapper
-
- getAlias() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
- getAlias() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getAlias() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getAlias() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getAlias() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getAllSqlWhere(TableInfo, boolean, boolean, String) - 接口 中的方法com.github.yulichang.method.MPJBaseMethod
-
拷贝 tableInfo 里面的 getAllSqlWhere方法
- getArgs() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getArgs() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getArgs() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getArgs() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getArgs() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getBean(Class<T>) - 类 中的静态方法com.github.yulichang.toolkit.SpringContentUtils
-
- getBean(Class<T>) - 接口 中的方法com.github.yulichang.toolkit.SpringContentUtils.SpringContext
-
- getByIdDeep(Serializable) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 ID 深度查询
- getByIdDeep(Serializable, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 ID 深度查询
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- getByIdDeep(Serializable, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
针对可变参数堆污染提供的重载
list为null或空,会查询全部映射关系
例: getByIdDeep(id, Arrays.asList(User::getId, ... ))
- getCache(SFunction<?, ?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper
-
- getCapturingClass() - 类 中的方法com.github.yulichang.toolkit.support.SerializedLambda
-
- getChildren() - 接口 中的方法com.github.yulichang.wrapper.interfaces.Query
-
- getChildren() - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryLabel
-
- getChildren() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
- getClazz() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getClazz() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getClazz() - 类 中的方法com.github.yulichang.wrapper.segments.SelectFunc
-
- getClazz() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getClazz() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getClazz() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getColumn() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getColumnType() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getColumnType() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getColumnType() - 类 中的方法com.github.yulichang.wrapper.segments.SelectFunc
-
- getColumnType() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getColumnType() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getColumnType() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getColumProperty() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getColumProperty() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getColumProperty() - 类 中的方法com.github.yulichang.wrapper.segments.SelectFunc
-
- getColumProperty() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getColumProperty() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getColumProperty() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getDefault(String, int, Class<?>, boolean, Class<?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper
-
返回前缀
- getDefaultClassLoader() - 类 中的静态方法com.github.yulichang.toolkit.ClassUtils
-
已过时。
- getDefaultSelect(String, Class<?>, Select) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper
-
- getEntity(Class<?>) - 类 中的静态方法com.github.yulichang.mapper.MPJTableMapperHelper
-
- getEntity() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getEntityClass(SFunction<T, ?>) - 类 中的静态方法com.github.yulichang.toolkit.LambdaUtils
-
- getEntityClass() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getExpression() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getFieldList(Class<?>) - 类 中的静态方法com.github.yulichang.toolkit.ReflectionKit
-
获取该类的所有属性列表
- getFieldMap(Class<?>) - 类 中的静态方法com.github.yulichang.toolkit.MPJReflectionKit
-
获取该类的所有属性列表
- getFieldMap(Class<?>) - 类 中的静态方法com.github.yulichang.toolkit.ReflectionKit
-
获取该类的所有属性列表
- getFieldValue(Object, String) - 类 中的静态方法com.github.yulichang.toolkit.ReflectionKit
-
获取字段值
- getFrom() - 类 中的方法com.github.yulichang.query.MPJLambdaQueryWrapper
-
已过时。
- getFrom() - 类 中的方法com.github.yulichang.query.MPJQueryWrapper
-
- getFrom() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
获取连表部分语句
- getFunc() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getFunc() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getFunc() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getFunc() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getFunc() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getGenericType(Field) - 类 中的静态方法com.github.yulichang.toolkit.MPJReflectionKit
-
Collection字段的泛型
- getImplMethodName() - 类 中的方法com.github.yulichang.toolkit.support.IdeaProxyLambdaMeta
-
- getImplMethodName() - 接口 中的方法com.github.yulichang.toolkit.support.LambdaMeta
-
获取 lambda 表达式实现方法的名称
- getImplMethodName() - 类 中的方法com.github.yulichang.toolkit.support.ReflectLambdaMeta
-
- getImplMethodName() - 类 中的方法com.github.yulichang.toolkit.support.SerializedLambda
-
- getImplMethodName() - 类 中的方法com.github.yulichang.toolkit.support.ShadowLambdaMeta
-
- getIndex() - 接口 中的方法com.github.yulichang.wrapper.interfaces.Query
-
- getIndex() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getIndex() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getInstantiatedClass() - 类 中的方法com.github.yulichang.toolkit.support.IdeaProxyLambdaMeta
-
- getInstantiatedClass() - 接口 中的方法com.github.yulichang.toolkit.support.LambdaMeta
-
实例化该方法的类
- getInstantiatedClass() - 类 中的方法com.github.yulichang.toolkit.support.ReflectLambdaMeta
-
- getInstantiatedClass() - 类 中的方法com.github.yulichang.toolkit.support.ShadowLambdaMeta
-
- getInstantiatedMethodType() - 类 中的方法com.github.yulichang.toolkit.support.SerializedLambda
-
- getJoinMapper() - 类 中的方法com.github.yulichang.mapper.MPJTableFieldInfo
-
- getListField(Class<?>) - 类 中的静态方法com.github.yulichang.toolkit.support.ColumnCache
-
- getLogicDeleteSql(TableInfo, boolean, boolean) - 接口 中的方法com.github.yulichang.method.MPJBaseMethod
-
- getLogicInfo(String, Class<?>, boolean, String) - 类 中的静态方法com.github.yulichang.toolkit.LogicInfoUtils
-
- getLogicSql() - 类 中的方法com.github.yulichang.query.MPJQueryWrapper
-
逻辑删除
- getLogicSql() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
主表部分逻辑删除支持
- getMapDeep(Wrapper<T>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
- getMapDeep(Wrapper<T>, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- getMapDeep(Wrapper<T>, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
list为null或空,会查询全部映射关系
例:getMapDeep(queryWrapper, Arrays.asList(User::getId, ... ))
- getMapField(Class<?>) - 类 中的静态方法com.github.yulichang.toolkit.support.ColumnCache
-
- getMappedStatement(MappedStatement, Class<?>, Object) - 类 中的方法com.github.yulichang.interceptor.MPJInterceptor
-
获取MappedStatement
- getMapper(Class<?>) - 类 中的静态方法com.github.yulichang.mapper.MPJTableMapperHelper
-
- getMethod() - 枚举 中的方法com.github.yulichang.method.SqlMethod
-
- getMethodList(Class<?>) - 类 中的方法com.github.yulichang.injector.MPJSqlInjector
-
已过时。
- getMethodList(Class<?>, TableInfo) - 类 中的方法com.github.yulichang.injector.MPJSqlInjector
-
mybatis plus 3.4.3.2
- getName(SFunction<T, ?>) - 类 中的静态方法com.github.yulichang.toolkit.LambdaUtils
-
- getOneDeep(Wrapper<T>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
结果集,如果是多个会抛出异常,随机取一条加上限制条件 wrapper.last("LIMIT 1")
- getOneDeep(Wrapper<T>, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
结果集,如果是多个会抛出异常,随机取一条加上限制条件 wrapper.last("LIMIT 1")
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- getOneDeep(Wrapper<T>, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
list为null或空,会查询全部映射关系
结果集,如果是多个会抛出异常,随机取一条加上限制条件 wrapper.last("LIMIT 1")
例: getOneDeep(queryWrapper, Arrays.asList(User::getId, ... ))
- getOneDeep(Wrapper<T>, boolean) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
- getOneDeep(Wrapper<T>, boolean, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- getOneDeep(Wrapper<T>, boolean, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
根据 Wrapper,查询一条记录
list为null或空,会查询全部映射关系
例: getOneDeep(queryWrapper, throwEx, Arrays.asList(User::getId, ... ))
- getOrElse(Class<?>, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper.TableList
-
- getPackageName(Class<?>) - 类 中的静态方法com.github.yulichang.toolkit.ClassUtils
-
Determine the name of the package of the given class,
e.g.
- getPackageName(String) - 类 中的静态方法com.github.yulichang.toolkit.ClassUtils
-
Determine the name of the package of the given fully-qualified class name,
e.g.
- getParamAlias() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getParamNameValuePairs() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getPositive(Class<?>, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper.TableList
-
- getPositive(Class<?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractLambdaWrapper.TableList
-
- getSelectColum() - 接口 中的方法com.github.yulichang.wrapper.interfaces.Query
-
- getSelectColum() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
- getSelectDistinct() - 类 中的方法com.github.yulichang.query.MPJQueryWrapper
-
- getSelectDistinct() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
- getSql() - 枚举 中的方法com.github.yulichang.method.SqlMethod
-
- getSql() - 接口 中的方法com.github.yulichang.wrapper.enums.BaseFuncEnum
-
获取sql 片段
- getSql() - 枚举 中的方法com.github.yulichang.wrapper.enums.DefaultFuncEnum
-
- getSqlComment() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getSqlFirst() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getSqlSegment() - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- getSqlSelect() - 类 中的方法com.github.yulichang.query.MPJLambdaQueryWrapper
-
已过时。
- getSqlSelect() - 类 中的方法com.github.yulichang.query.MPJQueryWrapper
-
- getSqlSelect() - 接口 中的方法com.github.yulichang.wrapper.interfaces.Query
-
select sql 片段
- getSqlSelect() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
查询条件 SQL 片段
- getSqlWhere(TableFieldInfo, String) - 接口 中的方法com.github.yulichang.method.MPJBaseMethod
-
- getSubLogicSql() - 类 中的方法com.github.yulichang.query.MPJQueryWrapper
-
逻辑删除
- getSubLogicSql() - 类 中的方法com.github.yulichang.wrapper.MPJLambdaWrapper
-
副表部分逻辑删除支持
- getSuperClassGenericType(Class<?>, Class<?>, int) - 类 中的静态方法com.github.yulichang.injector.MPJSqlInjector
-
- getSuperClassGenericType(Class<?>, Class<?>, int) - 类 中的静态方法com.github.yulichang.toolkit.ReflectionKit
-
反射对象获取泛型
- getTableFieldInfo() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getTableFieldInfo() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getTableFieldInfo() - 类 中的方法com.github.yulichang.wrapper.segments.SelectFunc
-
- getTableFieldInfo() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getTableFieldInfo() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getTableFieldInfo() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getTableInfo(Class<?>) - 类 中的静态方法com.baomidou.mybatisplus.core.metadata.MPJTableInfoHelper
-
获取实体映射表信息
- getTableInfos() - 类 中的静态方法com.baomidou.mybatisplus.core.metadata.MPJTableInfoHelper
-
获取所有实体映射表信息
- getTableName(TableInfo) - 接口 中的方法com.github.yulichang.method.mp.TableAlias
-
- getTagColumn() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getTagColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getTagColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectFunc
-
- getTagColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getTagColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getTagColumn() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getTypeHandle() - 接口 中的方法com.github.yulichang.wrapper.segments.Select
-
- getTypeHandle() - 类 中的方法com.github.yulichang.wrapper.segments.SelectAlias
-
- getTypeHandle() - 类 中的方法com.github.yulichang.wrapper.segments.SelectFunc
-
- getTypeHandle() - 类 中的方法com.github.yulichang.wrapper.segments.SelectLabel
-
- getTypeHandle() - 类 中的方法com.github.yulichang.wrapper.segments.SelectNormal
-
- getTypeHandle() - 类 中的方法com.github.yulichang.wrapper.segments.SelectString
-
- getUserClass(Class<?>) - 类 中的静态方法com.github.yulichang.toolkit.ClassUtils
-
获取当前对象的 class
- getUserClass(Object) - 类 中的静态方法com.github.yulichang.toolkit.ClassUtils
-
获取当前对象的class
- groupBy(SFunction<R, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- groupBy(List<SFunction<R, ?>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- groupBy(boolean, List<SFunction<R, ?>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- groupBy(SFunction<R, ?>, SFunction<R, ?>...) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- groupBy(boolean, SFunction<R, ?>, SFunction<R, ?>...) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
分组:GROUP BY 字段, ...
- groupBy(boolean, R) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
分组:GROUP BY 字段, ...
- groupBy(R) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
- groupBy(R, R...) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
- groupBy(boolean, R, R...) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
分组:GROUP BY 字段, ...
- groupBy(boolean, List<SFunction<R, ?>>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- groupBy(boolean, SFunction<X, ?>, SFunction<X, ?>...) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- groupBy(boolean, String, String...) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- groupBy(boolean, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- groupByStr(boolean, List<R>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
分组:GROUP BY 字段, ...
- groupByStr(List<R>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
- groupByStr(boolean, List<String>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- gt(SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
ignore
- gt(boolean, SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
大于 >
- gt(R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
ignore
- gt(boolean, R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
大于 >
- gt(SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
ignore
- gt(boolean, SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
大于 >
- gt(boolean, SFunction<X, ?>, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- gt(boolean, SFunction<R, ?>, SFunction<S, ?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- gt(boolean, String, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- gtSql(boolean, SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
字段 > ( sql语句 )
例1: gtSql("id", "1, 2, 3, 4, 5, 6")
例1: gtSql("id", "select id from table where name = 'JunJun'")
- gtSql(SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- gtSql(boolean, R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
字段 > ( sql语句 )
例1: gtSql("id", "1, 2, 3, 4, 5, 6")
例1: gtSql("id", "select id from table where name = 'JunJun'")
- gtSql(R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
ignore
- gtSql(boolean, SFunction<X, ?>, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- gtSql(boolean, String, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- lambda() - 类 中的方法com.github.yulichang.query.MPJQueryWrapper
-
已过时。
- lambdaJoin() - 类 中的静态方法com.github.yulichang.toolkit.MPJWrappers
-
MPJWrappers.
- LambdaMeta - com.github.yulichang.toolkit.support中的接口
-
Lambda 信息
Created by hcl at 2021/5/14
- LambdaUtils - com.github.yulichang.toolkit中的类
-
copy LambdaUtils
- LambdaUtils() - 类 的构造器com.github.yulichang.toolkit.LambdaUtils
-
- last(String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Join
-
ignore
- last(boolean, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Join
-
无视优化规则直接拼接到 sql 的最后(有sql注入的风险,请谨慎使用)
例: last("limit 1")
注意只能调用一次,多次调用以最后一次为准
- last(boolean, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- lastSql - 类 中的变量com.github.yulichang.wrapper.MPJAbstractWrapper
-
- le(SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
ignore
- le(boolean, SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
小于等于 <=
- le(R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
ignore
- le(boolean, R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
小于等于 <=
- le(SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
ignore
- le(boolean, SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
小于等于 <=
- le(boolean, SFunction<X, ?>, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- le(boolean, SFunction<R, ?>, SFunction<S, ?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- le(boolean, String, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- LEFT - 接口 中的静态变量com.github.yulichang.toolkit.Constant
-
- LEFT_JOIN - 接口 中的静态变量com.github.yulichang.toolkit.Constant
-
"LEFT JOIN"
- leftJoin(String) - 接口 中的方法com.github.yulichang.query.interfaces.StringJoin
-
left join
- leftJoin(boolean, String) - 接口 中的方法com.github.yulichang.query.interfaces.StringJoin
-
- leftJoin(Class<T>, SFunction<T, ?>, SFunction<X, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join
- leftJoin(Class<T>, WrapperFunction<MPJAbstractLambdaWrapper<Entity, ?>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join 多条件
例 leftJoin(UserDO.class, on -> on.eq(UserDO::getId,UserAddressDO::getUserId).le().gt()...)
- leftJoin(Class<T>, SFunction<T, ?>, SFunction<X, ?>, WrapperFunction<MPJLambdaWrapper<Entity>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join
- leftJoin(Class<T>, BiConsumer<MPJAbstractLambdaWrapper<Entity, ?>, MPJLambdaWrapper<Entity>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join 多条件
例 leftJoin(UserDO.class, on -> on.eq(UserDO::getId,UserAddressDO::getUserId).le().gt()...)
- leftJoin(Class<T>, String, SFunction<T, ?>, SFunction<X, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join
- leftJoin(Class<T>, String, WrapperFunction<MPJAbstractLambdaWrapper<Entity, ?>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join 多条件
例 leftJoin(UserDO.class, on -> on.eq(UserDO::getId,UserAddressDO::getUserId).le().gt()...)
- leftJoin(Class<T>, String, SFunction<T, ?>, SFunction<X, ?>, WrapperFunction<MPJLambdaWrapper<Entity>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join
- leftJoin(Class<T>, String, BiConsumer<MPJAbstractLambdaWrapper<Entity, ?>, MPJLambdaWrapper<Entity>>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.QueryJoin
-
left join 多条件
例 leftJoin(UserDO.class, on -> on.eq(UserDO::getId,UserAddressDO::getUserId).le().gt()...)
- leSql(boolean, SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
字段 <= ( sql语句 )
例1: leSql("id", "1, 2, 3, 4, 5, 6")
例1: leSql("id", "select id from table where name = 'JunJun'")
- leSql(SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- leSql(boolean, R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
字段 <= ( sql语句 )
例1: leSql("id", "1, 2, 3, 4, 5, 6")
例1: leSql("id", "select id from table where name = 'JunJun'")
- leSql(R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
ignore
- leSql(boolean, SFunction<X, ?>, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- leSql(boolean, String, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- like(SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
ignore
- like(boolean, SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
LIKE '%值%'
- like(R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
ignore
- like(boolean, R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
LIKE '%值%'
- like(boolean, SFunction<X, ?>, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- like(boolean, String, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- likeLeft(SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
ignore
- likeLeft(boolean, SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
LIKE '%值'
- likeLeft(R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
ignore
- likeLeft(boolean, R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
LIKE '%值'
- likeLeft(boolean, SFunction<X, ?>, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- likeLeft(boolean, String, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- likeRight(SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
ignore
- likeRight(boolean, SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
LIKE '值%'
- likeRight(R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
ignore
- likeRight(boolean, R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
LIKE '值%'
- likeRight(boolean, SFunction<X, ?>, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- likeRight(boolean, String, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- likeValue(boolean, SqlKeyword, SFunction<X, ?>, Object, SqlLike) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
内部自用
拼接 LIKE 以及 值
- likeValue(boolean, SqlKeyword, String, Object, SqlLike) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- listByIdsDeep(Collection<? extends Serializable>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询(根据ID 批量查询)
- listByIdsDeep(Collection<? extends Serializable>, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询(根据ID 批量查询)
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listByIdsDeep(Collection<? extends Serializable>, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询(根据ID 批量查询)
list为null或空,会查询全部映射关系
例: listByIdsDeep(idList, Arrays.asList(User::getId, ... ))
- listByMapDeep(Map<String, Object>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询(根据 columnMap 条件)
- listByMapDeep(Map<String, Object>, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询(根据 columnMap 条件)
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listByMapDeep(Map<String, Object>, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询(根据 columnMap 条件)
list为null或空,会查询全部映射关系
例: listByMapDeep(columnMap, Arrays.asList(User::getId, ... ))
- listDeep(Wrapper<T>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询列表
- listDeep(Wrapper<T>, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询列表
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listDeep(Wrapper<T>, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询列表
list为null或空,会查询全部映射关系
例:listDeep(queryWrapper, Arrays.asList(User::getId, ... ))
- listDeep() - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询所有
- listDeep(SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询所有
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listDeep(List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询所有
list为null或空,会查询全部映射关系
例:listDeep(Arrays.asList(User::getId, ... ))
- listMapsDeep(Wrapper<T>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询列表
- listMapsDeep(Wrapper<T>, SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询列表
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listMapsDeep(Wrapper<T>, List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询列表
list为null或空,会查询全部映射关系
例:listMapsDeep(queryWrapper, Arrays.asList(User::getId, ... ))
- listMapsDeep() - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询所有列表
- listMapsDeep(SFunction<T, R>...) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询所有列表
JDK 默认不推荐泛型数组,会引起 Java堆污染(Heap Pollution)
- listMapsDeep(List<SFunction<T, R>>) - 接口 中的方法com.github.yulichang.base.service.MPJDeepService
-
查询所有列表
list为null或空,会查询全部映射关系
例:listMapsDeep(Arrays.asList(User::getId, ... ))
- LogicInfoUtils - com.github.yulichang.toolkit中的类
-
逻辑删除信息类
- LogicInfoUtils() - 类 的构造器com.github.yulichang.toolkit.LogicInfoUtils
-
- lt(SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
ignore
- lt(boolean, SFunction<R, ?>, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Compare
-
小于 <
- lt(R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
ignore
- lt(boolean, R, Object) - 接口 中的方法com.github.yulichang.wrapper.interfaces.CompareStr
-
小于 <
- lt(SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
ignore
- lt(boolean, SFunction<R, ?>, SFunction<S, ?>) - 接口 中的方法com.github.yulichang.wrapper.interfaces.OnCompare
-
小于 <
- lt(boolean, SFunction<X, ?>, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- lt(boolean, SFunction<R, ?>, SFunction<S, ?>) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- lt(boolean, String, Object) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- ltSql(boolean, SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
字段 < ( sql语句 )
例1: ltSql("id", "1, 2, 3, 4, 5, 6")
例1: ltSql("id", "select id from table where name = 'JunJun'")
- ltSql(SFunction<R, ?>, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.Func
-
ignore
- ltSql(boolean, R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
字段 < ( sql语句 )
例1: ltSql("id", "1, 2, 3, 4, 5, 6")
例1: ltSql("id", "select id from table where name = 'JunJun'")
- ltSql(R, String) - 接口 中的方法com.github.yulichang.wrapper.interfaces.FuncStr
-
ignore
- ltSql(boolean, SFunction<X, ?>, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-
- ltSql(boolean, String, String) - 类 中的方法com.github.yulichang.wrapper.MPJAbstractWrapper
-