类 QueryColumn
java.lang.Object
top.lingkang.mm.orm.Query
top.lingkang.mm.orm.QueryColumn
- 作者:
- lingkang Created by 2024/3/20
-
字段概要
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaddQueryParam(StringBuilder sql, String p) Class<?> in(String column, Collection value) notIn(String column, Collection value) notLikeLeft(String column, Object value) notLikeRight(String column, Object value) or()orderByAsc(String... ascColumn) orderByDesc(String... descColumn)
-
构造器详细资料
-
QueryColumn
- 参数:
resultClass- 返回的结果类column- 需要查询的列
-
-
方法详细资料
-
getColumns
-
getResultClass
-
eq
-
ne
-
gt
-
ge
-
lt
-
le
-
like
-
notLike
-
likeLeft
-
likeRight
-
notLikeLeft
- 覆盖:
notLikeLeft在类中Query
-
notLikeRight
- 覆盖:
notLikeRight在类中Query
-
isNull
-
isNotNull
-
in
-
notIn
-
orderByAsc
- 覆盖:
orderByAsc在类中Query
-
orderByDesc
- 覆盖:
orderByDesc在类中Query
-
or
-
sql
-
sql
-
addQueryParam
- 覆盖:
addQueryParam在类中Query
-