| Package | Description |
|---|---|
| org.hswebframework.web.crud.web | |
| org.hswebframework.web.crud.web.reactive | |
| org.hswebframework.web.system.authorization.defaults.webflux |
| Modifier and Type | Method and Description |
|---|---|
default int |
QueryController.count(QueryParamEntity query)
统计查询
|
default int |
ServiceQueryController.count(QueryParamEntity query)
统计查询
|
default int |
QueryController.postCount(QueryParamEntity query) |
default List<E> |
QueryController.postQuery(QueryParamEntity query)
POST方式查询.不返回分页结果
|
| Modifier and Type | Method and Description |
|---|---|
default reactor.core.publisher.Mono<Integer> |
ReactiveServiceQueryController.count(reactor.core.publisher.Mono<QueryParamEntity> query) |
default reactor.core.publisher.Mono<Integer> |
ReactiveQueryController.count(reactor.core.publisher.Mono<QueryParamEntity> query) |
default reactor.core.publisher.Mono<Integer> |
ReactiveServiceQueryController.count(QueryParamEntity query)
统计查询
|
default reactor.core.publisher.Flux<E> |
ReactiveServiceQueryController.query(reactor.core.publisher.Mono<QueryParamEntity> query)
POST方式查询.不返回分页结果
|
default reactor.core.publisher.Flux<E> |
ReactiveServiceQueryController.query(QueryParamEntity query)
查询,但是不返回分页结果.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<PermissionEntity> |
WebFluxPermissionController.queryForGrant(QueryParamEntity query) |
Copyright © 2016–2021. All rights reserved.