接口 InventoryDAO

  • 所有已知实现类:
    InventoryDAOImpl

    public interface InventoryDAO
    作者:
    Pengtao Qiu
    • 方法详细资料

      • updateBatch

        reactor.core.publisher.Mono<int[]> updateBatch​(List<InventoryUpdate> list,
                                                       InventoryOperator operator,
                                                       com.firefly.reactive.adapter.db.ReactiveSQLConnection connection)
      • listByProductId

        reactor.core.publisher.Mono<List<Inventory>> listByProductId​(List<Long> productIdList)