类的使用
com.firefly.example.reactive.coffee.store.model.Product
-
-
com.firefly.example.reactive.coffee.store.dao中Product的使用
返回变量类型为Product的类型的com.firefly.example.reactive.coffee.store.dao中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Product>ProductDAO. get(Long id)reactor.core.publisher.Mono<Page<Product>>ProductDAO. list(ProductQuery query)reactor.core.publisher.Mono<List<Product>>ProductDAO. list(List<Long> idList, com.firefly.reactive.adapter.db.ReactiveSQLConnection connection)参数类型为Product的com.firefly.example.reactive.coffee.store.dao中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Long>ProductDAO. insert(Product product)reactor.core.publisher.Mono<Integer>ProductDAO. update(Product product) -
com.firefly.example.reactive.coffee.store.dao.impl中Product的使用
返回变量类型为Product的类型的com.firefly.example.reactive.coffee.store.dao.impl中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Product>ProductDAOImpl. get(Long id)reactor.core.publisher.Mono<Page<Product>>ProductDAOImpl. list(ProductQuery query)reactor.core.publisher.Mono<List<Product>>ProductDAOImpl. list(List<Long> idList, com.firefly.reactive.adapter.db.ReactiveSQLConnection connection)参数类型为Product的com.firefly.example.reactive.coffee.store.dao.impl中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Long>ProductDAOImpl. insert(Product product)reactor.core.publisher.Mono<Integer>ProductDAOImpl. update(Product product) -
com.firefly.example.reactive.coffee.store.service中Product的使用
返回变量类型为Product的类型的com.firefly.example.reactive.coffee.store.service中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Page<Product>>ProductService. list(ProductQuery query) -
com.firefly.example.reactive.coffee.store.service.impl中Product的使用
返回变量类型为Product的类型的com.firefly.example.reactive.coffee.store.service.impl中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Page<Product>>ProductServiceImpl. list(ProductQuery query) -
com.firefly.example.reactive.coffee.store.vo中Product的使用
返回变量类型为Product的类型的com.firefly.example.reactive.coffee.store.vo中的方法 修饰符和类型 方法 说明 Page<Product>MainPage. getProducts()类型变量类型为Product的com.firefly.example.reactive.coffee.store.vo中的方法参数 修饰符和类型 方法 说明 voidMainPage. setProducts(Page<Product> products)
-