| Package | Description |
|---|---|
| org.hswebframework.web.crud.web | |
| org.hswebframework.web.crud.web.reactive |
| Modifier and Type | Method and Description |
|---|---|
default PagerResult<E> |
QueryController.postQueryPager(QueryParamEntity query) |
default List<E> |
QueryController.query(QueryParamEntity query)
查询,但是不返回分页结果.
|
default List<E> |
ServiceQueryController.query(QueryParamEntity query)
查询,但是不返回分页结果.
|
default PagerResult<E> |
QueryController.queryPager(QueryParamEntity query)
GET方式分页查询
|
default PagerResult<E> |
ServiceQueryController.queryPager(QueryParamEntity query)
GET方式分页查询
|
| Modifier and Type | Method and Description |
|---|---|
default reactor.core.publisher.Flux<E> |
ReactiveTreeServiceQueryController.findAllChildren(QueryParamEntity paramEntity) |
default reactor.core.publisher.Mono<List<E>> |
ReactiveTreeServiceQueryController.findAllChildrenTree(QueryParamEntity paramEntity) |
default reactor.core.publisher.Mono<List<E>> |
ReactiveTreeServiceQueryController.findAllTree(QueryParamEntity paramEntity) |
default reactor.core.publisher.Flux<E> |
ReactiveQueryController.query(QueryParamEntity query)
查询,但是不返回分页结果.
|
default reactor.core.publisher.Mono<PagerResult<E>> |
ReactiveServiceQueryController.queryPager(reactor.core.publisher.Mono<QueryParamEntity> query) |
default reactor.core.publisher.Mono<PagerResult<E>> |
ReactiveServiceQueryController.queryPager(QueryParamEntity query)
GET方式分页查询
|
default reactor.core.publisher.Mono<PagerResult<E>> |
ReactiveQueryController.queryPager(QueryParamEntity query)
GET方式分页查询
|
Copyright © 2016–2021. All rights reserved.