类的使用
com.firefly.example.reactive.coffee.store.model.Inventory
-
使用Inventory的程序包 程序包 说明 com.firefly.example.reactive.coffee.store.dao com.firefly.example.reactive.coffee.store.dao.impl -
-
com.firefly.example.reactive.coffee.store.dao中Inventory的使用
返回变量类型为Inventory的类型的com.firefly.example.reactive.coffee.store.dao中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<List<Inventory>>InventoryDAO. listByProductId(List<Long> productIdList) -
com.firefly.example.reactive.coffee.store.dao.impl中Inventory的使用
返回变量类型为Inventory的类型的com.firefly.example.reactive.coffee.store.dao.impl中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<List<Inventory>>InventoryDAOImpl. listByProductId(List<Long> productIdList)
-