| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<UserToken> |
ReactiveUserTokenController.allLoggedUser() |
reactor.core.publisher.Mono<UserToken> |
ReactiveUserTokenController.getByToken(String token) |
reactor.core.publisher.Flux<UserToken> |
ReactiveUserTokenController.getByUserId(String userId) |
reactor.core.publisher.Mono<Boolean> |
ReactiveUserTokenController.tokenIsLoggedIn(String token) |
reactor.core.publisher.Mono<Boolean> |
ReactiveUserTokenController.userIsLoggedIn(String userId) |
| Modifier and Type | Method and Description |
|---|---|
default int |
QueryController.count(QueryParamEntity query)
统计查询
|
default int |
ServiceQueryController.count(QueryParamEntity query)
统计查询
|
default E |
QueryController.getById(K id) |
default E |
ServiceQueryController.getById(K id) |
default int |
QueryController.postCount(QueryParamEntity query) |
default int |
ServiceQueryController.postCount(QueryParamEntity query) |
default List<E> |
QueryController.postQuery(QueryParamEntity query)
POST方式查询.不返回分页结果
|
default List<E> |
ServiceQueryController.postQuery(QueryParamEntity query)
POST方式查询.不返回分页结果
|
default PagerResult<E> |
QueryController.postQueryPager(QueryParamEntity query) |
default PagerResult<E> |
ServiceQueryController.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.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.Mono<Integer> |
ReactiveQueryController.count(QueryParamEntity query)
统计查询
|
default reactor.core.publisher.Flux<E> |
ReactiveTreeServiceQueryController.findAllChildren(reactor.core.publisher.Mono<QueryParamEntity> paramEntity) |
default reactor.core.publisher.Flux<E> |
ReactiveTreeServiceQueryController.findAllChildren(QueryParamEntity paramEntity) |
default reactor.core.publisher.Mono<List<E>> |
ReactiveTreeServiceQueryController.findAllChildrenTree(reactor.core.publisher.Mono<QueryParamEntity> paramEntity) |
default reactor.core.publisher.Mono<List<E>> |
ReactiveTreeServiceQueryController.findAllChildrenTree(QueryParamEntity paramEntity) |
default reactor.core.publisher.Mono<List<E>> |
ReactiveTreeServiceQueryController.findAllTree(reactor.core.publisher.Mono<QueryParamEntity> paramEntity) |
default reactor.core.publisher.Mono<List<E>> |
ReactiveTreeServiceQueryController.findAllTree(QueryParamEntity paramEntity) |
default reactor.core.publisher.Mono<E> |
ReactiveServiceQueryController.getById(K id) |
default reactor.core.publisher.Mono<E> |
ReactiveQueryController.getById(K id) |
default reactor.core.publisher.Flux<E> |
ReactiveServiceQueryController.query(reactor.core.publisher.Mono<QueryParamEntity> query)
POST方式查询.不返回分页结果
|
default reactor.core.publisher.Flux<E> |
ReactiveQueryController.query(reactor.core.publisher.Mono<QueryParamEntity> query)
POST方式查询.不返回分页结果
|
default reactor.core.publisher.Flux<E> |
ReactiveServiceQueryController.query(QueryParamEntity query)
查询,但是不返回分页结果.
|
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>> |
ReactiveQueryController.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方式分页查询
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends DynamicDataSourceConfig> |
DatasourceController.getAllConfig() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<DimensionTypeResponse> |
WebFluxDimensionTypeController.findAllType() |
Copyright © 2016–2021. All rights reserved.