Uses of Class
io.awspring.spring.data.examples.model.OrderItem
Packages that use OrderItem
Package
Description
-
Uses of OrderItem in io.awspring.spring.data.examples.model
Methods in io.awspring.spring.data.examples.model that return OrderItemModifier and TypeMethodDescriptionstatic OrderItemOrderItem.of(String customerId, String orderId, String productId, String productName, int quantity, BigDecimal price) Methods in io.awspring.spring.data.examples.model that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrderItemCollectionByIndex.getItems()OrderItemCollection.getOrderItemList()OrderItemCollectionRecord.orderItemList()Returns the value of theorderItemListrecord component.Method parameters in io.awspring.spring.data.examples.model with type arguments of type OrderItemModifier and TypeMethodDescriptionvoidvoidOrderItemCollection.setOrderItemList(List<OrderItem> orderItemList) Constructor parameters in io.awspring.spring.data.examples.model with type arguments of type OrderItemModifierConstructorDescriptionOrderItemCollectionRecord(Customer customer, Order order, List<OrderItem> orderItemList) Creates an instance of aOrderItemCollectionRecordrecord class. -
Uses of OrderItem in io.awspring.spring.data.examples.repository
Subinterfaces with type arguments of type OrderItem in io.awspring.spring.data.examples.repositoryMethods in io.awspring.spring.data.examples.repository that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrderItemRepository.findTop2ByPkAndOrderId(String pk, String orderId) OrderItemRepository.findWindowByPkAndOrderId(String pk, String orderId, ScrollPosition position, Limit limit) OrderItemRepository.findWithPartiQl(String pk, String skPrefix) OrderItemRepository.scanByProductName(String productName)