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