类的使用
com.firefly.example.reactive.coffee.store.vo.InventoryOperator
-
使用InventoryOperator的程序包 程序包 说明 com.firefly.example.reactive.coffee.store.dao com.firefly.example.reactive.coffee.store.dao.impl com.firefly.example.reactive.coffee.store.vo -
-
com.firefly.example.reactive.coffee.store.dao中InventoryOperator的使用
参数类型为InventoryOperator的com.firefly.example.reactive.coffee.store.dao中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<int[]>InventoryDAO. updateBatch(List<InventoryUpdate> list, InventoryOperator operator, com.firefly.reactive.adapter.db.ReactiveSQLConnection connection) -
com.firefly.example.reactive.coffee.store.dao.impl中InventoryOperator的使用
参数类型为InventoryOperator的com.firefly.example.reactive.coffee.store.dao.impl中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<int[]>InventoryDAOImpl. updateBatch(List<InventoryUpdate> list, InventoryOperator operator, com.firefly.reactive.adapter.db.ReactiveSQLConnection connection) -
com.firefly.example.reactive.coffee.store.vo中InventoryOperator的使用
返回InventoryOperator的com.firefly.example.reactive.coffee.store.vo中的方法 修饰符和类型 方法 说明 static InventoryOperatorInventoryOperator. valueOf(String name)返回带有指定名称的该类型的枚举常量。static InventoryOperator[]InventoryOperator. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-