Uses of Class
com.needleandstitch.pavuk.model.Customer
Packages that use Customer
-
Uses of Customer in com.needleandstitch.pavuk.model
Methods in com.needleandstitch.pavuk.model that return CustomerMethods in com.needleandstitch.pavuk.model with parameters of type CustomerModifier and TypeMethodDescriptionvoid
Order.setCustomer
(Customer customer) Sets the customer who placed the order.Constructors in com.needleandstitch.pavuk.model with parameters of type CustomerModifierConstructorDescriptionOrder
(Customer customer, ClothingItem clothingItem, ShippingInfo shippingInfo) Constructor to create a new order with the specified customer, clothing item, and shipping information. -
Uses of Customer in com.needleandstitch.pavuk.repository
Subinterfaces with type arguments of type Customer in com.needleandstitch.pavuk.repositoryModifier and TypeInterfaceDescriptioninterface
Repository interface for managing Customer entities.Methods in com.needleandstitch.pavuk.repository that return types with arguments of type CustomerModifier and TypeMethodDescriptionCustomerRepository.findByUserEmail
(String email) Finds a user by its email.