Skip navigation links
A B D E F G I L M N O S T 

A

allEq(Map<SFunction<T, ?>, V>) - Method in class org.openingo.mp.ext.MpModelExt
map 所有非空属性等于 =
allEq(Map<SFunction<T, ?>, V>, boolean) - Method in class org.openingo.mp.ext.MpModelExt
map 所有非空属性等于 =
allEq(BiPredicate<SFunction<T, ?>, V>, Map<SFunction<T, ?>, V>) - Method in class org.openingo.mp.ext.MpModelExt
字段过滤接口,传入多参数时允许对参数进行过滤
allEq(BiPredicate<SFunction<T, ?>, V>, Map<SFunction<T, ?>, V>, boolean) - Method in class org.openingo.mp.ext.MpModelExt
字段过滤接口,传入多参数时允许对参数进行过滤
allEq(boolean, Map<SFunction<T, ?>, V>, boolean) - Method in class org.openingo.mp.ext.MpModelExt
map 所有非空属性等于 =
allEq(boolean, BiPredicate<SFunction<T, ?>, V>, Map<SFunction<T, ?>, V>, boolean) - Method in class org.openingo.mp.ext.MpModelExt
字段过滤接口,传入多参数时允许对参数进行过滤
and(Consumer<Children>) - Method in class org.openingo.mp.ext.MpModelExt
AND 嵌套
and(boolean, Consumer<Children>) - Method in class org.openingo.mp.ext.MpModelExt
AND 嵌套

B

between(SFunction<T, ?>, Object, Object) - Method in class org.openingo.mp.ext.MpModelExt
BETWEEN 值1 AND 值2
between(boolean, SFunction<T, ?>, Object, Object) - Method in class org.openingo.mp.ext.MpModelExt
BETWEEN 值1 AND 值2
by(T) - Method in class org.openingo.mp.ext.MpModelExt
基于t进行操作

D

dao(Class<T>) - Static method in class org.openingo.mp.ext.MpModelExt
获取dao对象,每次生成一个新的
doDelete() - Method in class org.openingo.mp.ext.MpModelExt
执行Delete操作
doQuery() - Method in class org.openingo.mp.ext.MpModelExt
执行Query操作
doQueryLimitOne() - Method in class org.openingo.mp.ext.MpModelExt
执行Select One Limit 1 Query操作
doQueryOne() - Method in class org.openingo.mp.ext.MpModelExt
执行Select One Query操作
doUpdate() - Method in class org.openingo.mp.ext.MpModelExt
执行Update操作

E

eq(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
等于 =
eq(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
等于 =

F

func(boolean, Consumer<Children>) - Method in class org.openingo.mp.ext.MpModelExt
消费函数

G

ge(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
大于等于 >=
ge(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
大于等于 >=
groupBy(SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
分组:GROUP BY 字段, ...
groupBy(boolean, SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
分组:GROUP BY 字段, ...
gt(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
大于 >
gt(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
大于 >

I

in(SFunction<T, ?>, Collection<?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 IN (value.get(0), value.get(1), ...)
in(boolean, SFunction<T, ?>, Collection<?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 IN (value.get(0), value.get(1), ...)
isNotNull(SFunction<T, ?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 IS NOT NULL
isNotNull(boolean, SFunction<T, ?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 IS NOT NULL
isNull(SFunction<T, ?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 IS NULL
isNull(boolean, SFunction<T, ?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 IS NULL

L

le(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
小于等于 <=
le(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
小于等于 <=
like(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
LIKE '%值%'
like(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
LIKE '%值%'
likeLeft(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
LIKE '%值'
likeLeft(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
LIKE '%值'
likeRight(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
LIKE '值%'
likeRight(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
LIKE '值%'
lt(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
小于 <
lt(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
小于 <

M

MpModelExt<T extends MpModelExt<?>> - Class in org.openingo.mp.ext
MyBatis Plus Extensions: ModelExt
MpModelExt() - Constructor for class org.openingo.mp.ext.MpModelExt
 

N

ne(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
不等于 <>
ne(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
不等于 <>
nested(Consumer<Children>) - Method in class org.openingo.mp.ext.MpModelExt
正常嵌套 不带 AND 或者 OR
nested(boolean, Consumer<Children>) - Method in class org.openingo.mp.ext.MpModelExt
正常嵌套 不带 AND 或者 OR
notBetween(SFunction<T, ?>, Object, Object) - Method in class org.openingo.mp.ext.MpModelExt
NOT BETWEEN 值1 AND 值2
notBetween(boolean, SFunction<T, ?>, Object, Object) - Method in class org.openingo.mp.ext.MpModelExt
NOT BETWEEN 值1 AND 值2
notIn(SFunction<T, ?>, Collection<?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 NOT IN (value.get(0), value.get(1), ...)
notIn(boolean, SFunction<T, ?>, Collection<?>) - Method in class org.openingo.mp.ext.MpModelExt
字段 NOT IN (value.get(0), value.get(1), ...)
notLike(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
NOT LIKE '%值%'
notLike(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
NOT LIKE '%值%'

O

or() - Method in class org.openingo.mp.ext.MpModelExt
拼接 OR
or(boolean) - Method in class org.openingo.mp.ext.MpModelExt
拼接 OR
or(Consumer<Children>) - Method in class org.openingo.mp.ext.MpModelExt
OR 嵌套
or(boolean, Consumer<Children>) - Method in class org.openingo.mp.ext.MpModelExt
OR 嵌套
orderBy(boolean, SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
排序:ORDER BY 字段, ...
orderBy(boolean, boolean, SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
排序:ORDER BY 字段, ...
orderByAsc(SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
排序:ORDER BY 字段, ...
orderByAsc(boolean, SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
排序:ORDER BY 字段, ...
orderByDesc(SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
排序:ORDER BY 字段, ...
orderByDesc(boolean, SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
排序:ORDER BY 字段, ...
org.openingo.mp.ext - package org.openingo.mp.ext
 

S

select(SFunction<T, ?>...) - Method in class org.openingo.mp.ext.MpModelExt
SELECT 部分 SQL 设置
select(Predicate<TableFieldInfo>) - Method in class org.openingo.mp.ext.MpModelExt
过滤查询的字段信息(主键除外!)
select(Class<T>, Predicate<TableFieldInfo>) - Method in class org.openingo.mp.ext.MpModelExt
过滤查询的字段信息(主键除外!)
set(SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
设置 更新 SQL 的 SET 片段
set(boolean, SFunction<T, ?>, Object) - Method in class org.openingo.mp.ext.MpModelExt
设置 更新 SQL 的 SET 片段

T

toJson() - Method in class org.openingo.mp.ext.MpModelExt
转换为JsonString
A B D E F G I L M N O S T 
Skip navigation links

Copyright © 2020. All rights reserved.