接口 InventoryDAO
-
- 所有已知实现类:
InventoryDAOImpl
public interface InventoryDAO- 作者:
- Pengtao Qiu
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 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
reactor.core.publisher.Mono<int[]> updateBatch(List<InventoryUpdate> list, InventoryOperator operator, com.firefly.reactive.adapter.db.ReactiveSQLConnection connection)
-
-