Uses of Class
com.mt.ecommerce.product.entity.Product
Packages that use Product
-
Uses of Product in com.mt.ecommerce.product.entity
Methods in com.mt.ecommerce.product.entity that return ProductMethods in com.mt.ecommerce.product.entity with parameters of type Product -
Uses of Product in com.mt.ecommerce.product.repository
Methods in com.mt.ecommerce.product.repository that return types with arguments of type ProductModifier and TypeMethodDescriptionProductRepository.findAllByCategoryIdAndVendorID
(UUID categoryId, UUID vendorID, org.springframework.data.domain.PageRequest pageRequest) Finds all Product records associated with a specific category ID and vendor ID.ProductRepository.findAllByVendorID
(UUID vendorID, org.springframework.data.domain.PageRequest pageRequest) Finds all Product records associated with a specific vendor ID.Finds a Product by its ID with a pessimistic write lock.