public class DefaultReactiveQuery<T> extends DefaultQuery<T,ReactiveQuery<T>> implements ReactiveQuery<T>
TermTypeConditionalSupport.Accepter<T,O>, TermTypeConditionalSupport.SimpleAccepter<T,O>accepter, columnMapping, currentTermType, operator, orders, param, tableMetadata, tableName, wrapper| 构造器和说明 |
|---|
DefaultReactiveQuery(TableOrViewMetadata tableMetadata,
EntityColumnMapping mapping,
DMLOperator operator,
ResultWrapper<T,?> wrapper,
ContextKeyValue<?>... keyValues) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Integer> |
count() |
reactor.core.publisher.Flux<T> |
fetch() |
reactor.core.publisher.Mono<T> |
fetchOne() |
accept, and, and, getAccepter, getSelectColumn, getSortOrder, nest, or, or, orderBy, orderBy, orNest, paging, select, select, select, selectExcludes, selectExcludes, selectExcludes, setParamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderBy, orderBy, paging, select, select, select, selectExcludes, selectExcludes, selectExcludes, setParam$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, wherepublic DefaultReactiveQuery(TableOrViewMetadata tableMetadata, EntityColumnMapping mapping, DMLOperator operator, ResultWrapper<T,?> wrapper, ContextKeyValue<?>... keyValues)
public reactor.core.publisher.Flux<T> fetch()
fetch 在接口中 ReactiveQuery<T>public reactor.core.publisher.Mono<T> fetchOne()
fetchOne 在接口中 ReactiveQuery<T>public reactor.core.publisher.Mono<Integer> count()
count 在接口中 ReactiveQuery<T>Copyright © 2020. All rights reserved.