Interface CompareIfExists<Children>
- All Superinterfaces:
Compare<Children>,Serializable
- All Known Implementing Classes:
AptAbstractWrapper,AptQueryWrapper,JoinAbstractWrapper
Compare- Since:
- 1.4.9
- Author:
- yulichang
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChildreneqIfExists(Column column, Object val) default ChildrengeIfExists(Column column, Object val) default ChildrengtIfExists(Column column, Object val) default ChildrenleIfExists(Column column, Object val) default ChildrenlikeIfExists(Column column, Object val) default ChildrenlikeLeftIfExists(Column column, Object val) default ChildrenlikeRightIfExists(Column column, Object val) default ChildrenltIfExists(Column column, Object val) default ChildrenneIfExists(Column column, Object val) default ChildrennotLikeIfExists(Column column, Object val) default ChildrennotLikeLeftIfExists(Column column, Object val) default ChildrennotLikeRightIfExists(Column column, Object val) Methods inherited from interface com.github.yulichang.extension.apt.interfaces.Compare
between, between, eq, eq, ge, ge, gt, gt, le, le, like, like, likeLeft, likeLeft, likeRight, likeRight, lt, lt, ne, ne, notBetween, notBetween, notLike, notLike, notLikeLeft, notLikeLeft, notLikeRight, notLikeRight
-
Method Details
-
getIfExists
BiPredicate<Object,IfExistsSqlKeyWordEnum> getIfExists() -
eqIfExists
-
neIfExists
-
gtIfExists
-
geIfExists
-
ltIfExists
-
leIfExists
-
likeIfExists
-
notLikeIfExists
-
likeLeftIfExists
-
notLikeLeftIfExists
-
likeRightIfExists
-
notLikeRightIfExists
-