类 InventoryDAOImpl
- java.lang.Object
-
- com.firefly.example.reactive.coffee.store.dao.impl.InventoryDAOImpl
-
- 所有已实现的接口:
InventoryDAO
@Component public class InventoryDAOImpl extends Object implements InventoryDAO
- 作者:
- Pengtao Qiu
-
-
构造器概要
构造器 构造器 说明 InventoryDAOImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<List<Inventory>>listByProductId(List<Long> productIdList)reactor.core.publisher.Mono<int[]>updateBatch(List<InventoryUpdate> list, InventoryOperator operator, com.firefly.reactive.adapter.db.ReactiveSQLConnection connection)
-
-
-
方法详细资料
-
updateBatch
public reactor.core.publisher.Mono<int[]> updateBatch(List<InventoryUpdate> list, InventoryOperator operator, com.firefly.reactive.adapter.db.ReactiveSQLConnection connection)
- 指定者:
updateBatch在接口中InventoryDAO
-
listByProductId
public reactor.core.publisher.Mono<List<Inventory>> listByProductId(List<Long> productIdList)
- 指定者:
listByProductId在接口中InventoryDAO
-
-