Uses of Class
com.mt.ecommerce.product.entity.Vendor
Packages that use Vendor
Package
Description
-
Uses of Vendor in com.mt.ecommerce.product.entity
Methods in com.mt.ecommerce.product.entity that return VendorMethods in com.mt.ecommerce.product.entity with parameters of type Vendor -
Uses of Vendor in com.mt.ecommerce.product.mapper
Methods in com.mt.ecommerce.product.mapper that return VendorModifier and TypeMethodDescriptionMaps a VendorBO object to a Vendor entity.Methods in com.mt.ecommerce.product.mapper with parameters of type Vendor -
Uses of Vendor in com.mt.ecommerce.product.repository
Methods in com.mt.ecommerce.product.repository that return VendorModifier and TypeMethodDescriptionVendorRepository.findByStoreName
(String storeName) Finds a Vendor by its store name.