Interface CompareIfExists<Children>
- All Superinterfaces:
Compare<Children>,CompareWrapper<Children>,Serializable
- All Known Implementing Classes:
DeleteJoinWrapper,JoinAbstractLambdaWrapper,JoinAbstractWrapper,MPJLambdaWrapper,UpdateJoinWrapper
Compare- Since:
- 1.4.9
- Author:
- yulichang
-
Method Summary
Modifier and TypeMethodDescriptiondefault <R> ChildreneqIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildreneqIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrengeIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrengeIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrengtIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrengtIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenleIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenleIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenlikeIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenlikeIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenlikeLeftIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenlikeLeftIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenlikeRightIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenlikeRightIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenltIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenltIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenneIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrenneIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrennotLikeIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrennotLikeIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrennotLikeLeftIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrennotLikeLeftIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrennotLikeRightIfExists(com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) default <R> ChildrennotLikeRightIfExists(String alias, com.baomidou.mybatisplus.core.toolkit.support.SFunction<R, ?> column, Object val) Methods inherited from interface com.github.yulichang.wrapper.interfaces.Compare
allEq, allEq, allEq, allEq, allEq, allEq, between, between, between, between, eq, eq, eq, eq, ge, ge, ge, ge, gt, gt, gt, gt, le, le, le, le, like, like, like, like, likeLeft, likeLeft, likeLeft, likeLeft, likeRight, likeRight, likeRight, likeRight, lt, lt, lt, lt, ne, ne, ne, ne, notBetween, notBetween, notBetween, notBetween, notLike, notLike, notLike, notLike, notLikeLeft, notLikeLeft, notLikeLeft, notLikeLeft, notLikeRight, notLikeRight, notLikeRight, notLikeRight
-
Method Details
-
getIfExists
BiPredicate<Object,IfExistsSqlKeyWordEnum> getIfExists() -
eqIfExists
-
eqIfExists
-
neIfExists
-
neIfExists
-
gtIfExists
-
gtIfExists
-
geIfExists
-
geIfExists
-
ltIfExists
-
ltIfExists
-
leIfExists
-
leIfExists
-
likeIfExists
-
likeIfExists
-
notLikeIfExists
-
notLikeIfExists
-
likeLeftIfExists
-
likeLeftIfExists
-
notLikeLeftIfExists
-
notLikeLeftIfExists
-
likeRightIfExists
-
likeRightIfExists
-
notLikeRightIfExists
-
notLikeRightIfExists
-