Uses of Interface
com.needleandstitch.pavuk.repository.ClothingItemRepository
Packages that use ClothingItemRepository
-
Uses of ClothingItemRepository in com.needleandstitch.pavuk.data
Constructors in com.needleandstitch.pavuk.data with parameters of type ClothingItemRepositoryModifierConstructorDescriptionClothingItemSeeder
(ClothingItemRepository clothingItemRepository, ImageRepository imageRepository, CategoryRepository categoryRepository) Constructs a new ClothingItemSeeder with the specified repository.OrderSeeder
(OrderRepository orderRepository, CustomerRepository customerRepository, ClothingItemRepository clothingItemRepository, ShippingInfoRepository shippingInfoRepository) Constructs a new OrderSeeder with the specified repository.