Uses of Interface
org.mybatis.jpetstore.mapper.ProductMapper
Packages that use ProductMapper
-
Uses of ProductMapper in org.mybatis.jpetstore.service
Constructors in org.mybatis.jpetstore.service with parameters of type ProductMapperModifierConstructorDescriptionCatalogService
(CategoryMapper categoryMapper, ItemMapper itemMapper, ProductMapper productMapper)