Uses of Class
com.mt.ecommerce.product.entity.Category
Packages that use Category
-
Uses of Category in com.mt.ecommerce.product.entity
Methods in com.mt.ecommerce.product.entity that return CategoryMethods in com.mt.ecommerce.product.entity with parameters of type Category -
Uses of Category in com.mt.ecommerce.product.repository
Methods in com.mt.ecommerce.product.repository that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategoryRepository.findByIdAndVendorID
(UUID id, UUID vendorID) Finds a category by its ID and vendor ID.CategoryRepository.findByVendorID
(UUID vendorID, org.springframework.data.domain.PageRequest pageable) Finds a list of categories by the given vendor ID with pagination.