| 程序包 | 说明 |
|---|---|
| io.manbang.ebatis.sample.mapper | |
| io.manbang.ebatis.sample.web.controller |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Order> |
OrderMapper.findById(String id) |
io.manbang.ebatis.core.domain.Page<Order> |
OrderMapper.search(OrderCondition condition,
io.manbang.ebatis.core.domain.Pageable pageable) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.web.context.request.async.DeferredResult<Order> |
OrderController.findById(String id) |
io.manbang.ebatis.core.domain.Page<Order> |
OrderController.search(OrderCondition condition,
io.manbang.ebatis.core.domain.Pageable pageable) |
Copyright © 2020. All rights reserved.