public interface DSLQuery<ME extends DSLQuery> extends Conditional<ME>
TermTypeConditionalSupport.Accepter<T,O>, TermTypeConditionalSupport.SimpleAccepter<T,O>| 限定符和类型 | 方法和说明 |
|---|---|
ME |
orderBy(SortOrder... orders) |
ME |
orderBy(SortOrderSupplier... orders) |
ME |
paging(int pageIndex,
int pageSize) |
<T> ME |
select(MethodReferenceColumn<T>... column) |
<T> ME |
select(StaticMethodReferenceColumn<T>... column) |
ME |
select(String... columns) |
<T> ME |
selectExcludes(MethodReferenceColumn<T>... column) |
<T> ME |
selectExcludes(StaticMethodReferenceColumn<T>... column) |
ME |
selectExcludes(String... columns) |
ME |
setParam(QueryParam param) |
$like, $like, $like, $like$, $like$, $like$, accept, accept, accept, accept, and, and, and, and, and, and, and, and, between, between, between, getAccepter, gt, gt, gt, gte, gte, gte, in, in, in, in, in, in, in, is, is, is, isEmpty, isEmpty, isNull, isNull, like, like, like, like$, like$, like$, lt, lt, lt, lte, lte, lte, nest, nest, not, not, not, notBetween, notBetween, notBetween, notEmpty, notEmpty, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, notLike, notNull, notNull, or, or, or, or, or, or, or, or, orNest, where, where, where, where, where<T> ME select(StaticMethodReferenceColumn<T>... column)
<T> ME select(MethodReferenceColumn<T>... column)
<T> ME selectExcludes(StaticMethodReferenceColumn<T>... column)
<T> ME selectExcludes(MethodReferenceColumn<T>... column)
ME paging(int pageIndex, int pageSize)
ME orderBy(SortOrderSupplier... orders)
ME setParam(QueryParam param)
Copyright © 2020. All rights reserved.