类的使用
com.firefly.example.reactive.coffee.store.vo.Page
-
-
com.firefly.example.reactive.coffee.store.dao中Page的使用
返回变量类型为Page的类型的com.firefly.example.reactive.coffee.store.dao中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Page<Product>>ProductDAO. list(ProductQuery query) -
com.firefly.example.reactive.coffee.store.dao.impl中Page的使用
返回变量类型为Page的类型的com.firefly.example.reactive.coffee.store.dao.impl中的方法 修饰符和类型 方法 说明 reactor.core.publisher.Mono<Page<Product>>ProductDAOImpl. list(ProductQuery query) -
com.firefly.example.reactive.coffee.store.service中Page的使用
返回变量类型为Page的类型的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中Page的使用
返回变量类型为Page的类型的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中Page的使用
返回Page的com.firefly.example.reactive.coffee.store.vo中的方法 修饰符和类型 方法 说明 Page<Product>MainPage. getProducts()参数类型为Page的com.firefly.example.reactive.coffee.store.vo中的方法 修饰符和类型 方法 说明 voidMainPage. setProducts(Page<Product> products)
-