| 接口 | 说明 |
|---|---|
| ReactiveCrudController<E,K> |
通用响应式增删该查Controller,实现本接口来默认支持增删改查相关操作.
|
| ReactiveDeleteController<E,K> | |
| ReactiveQueryController<E,K> |
基于
ReactiveRepository的响应式查询控制器. |
| ReactiveSaveController<E,K> |
响应式保存接口,基于
ReactiveRepository提供默认的新增,保存,修改接口. |
| ReactiveServiceCrudController<E,K> | |
| ReactiveServiceDeleteController<E,K> | |
| ReactiveServiceQueryController<E,K> | |
| ReactiveServiceSaveController<E,K> |
响应式保存接口,基于
ReactiveCrudService提供默认的新增,保存,修改接口. |
| ReactiveTreeServiceQueryController<E extends TreeSortSupportEntity<K>,K> |
Copyright © 2016–2022. All rights reserved.