public interface RDBQuery<T> extends Query<T>, TriggerSkipSupport<Query<T>>
TermTypeConditionalSupport.Accepter<T,O>, TermTypeConditionalSupport.SimpleAccepter<T,O>| 限定符和类型 | 方法和说明 |
|---|---|
RDBQuery<T> |
forUpdate() |
List<T> |
list() |
List<T> |
list(int pageIndex,
int pageSize) |
RDBQuery<T> |
noPaging() |
RDBQuery<T> |
orderByAsc(String column) |
RDBQuery<T> |
orderByDesc(String column) |
RDBQuery<T> |
select(String... fields) |
RDBQuery<T> |
selectExcludes(String... fields) |
RDBQuery<T> |
setParam(QueryParam param) |
T |
single() |
int |
total() |
$like, $like, $like, $like$, $like$, $like$, accept, accept, accept, accept, accept, 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, orNest, orNest, sql, where, where, where, where, whereaccept, each, each, each, each, each, each, each, when, when, when, when, when, whenskipTriggerList<T> list() throws SQLException
list 在接口中 Query<T>SQLExceptionList<T> list(int pageIndex, int pageSize) throws SQLException
list 在接口中 Query<T>SQLExceptionT single() throws SQLException
single 在接口中 Query<T>SQLExceptionint total() throws SQLException
total 在接口中 Query<T>SQLExceptionCopyright © 2019. All rights reserved.