Uses of Class
org.bookstore.order.entity.OrderItem
Packages that use OrderItem
-
Uses of OrderItem in org.bookstore.order.entity
Methods in org.bookstore.order.entity that return types with arguments of type OrderItemMethod parameters in org.bookstore.order.entity with type arguments of type OrderItem -
Uses of OrderItem in org.bookstore.order.service
Method parameters in org.bookstore.order.service with type arguments of type OrderItemModifier and TypeMethodDescriptionOrderService.placeOrder(long customerId, List<OrderItem> items) Places an order with the bookstore.