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