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$, accept, and, and, and, and, between, getAccepter, gt, gte, in, in, in, is, isEmpty, isNull, like, like$, lt, lte, nest, nest, not, notBetween, notEmpty, notIn, notLike, notNull, or, or, or, or, orNest, orNest, sql, where, where, whereeach, 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 © 2017. All rights reserved.