Uses of Class
io.awspring.spring.data.examples.model.Order
Packages that use Order
Package
Description
-
Uses of Order in io.awspring.spring.data.examples.model
Methods in io.awspring.spring.data.examples.model that return OrderModifier and TypeMethodDescriptionOrderItemCollection.getOrder()OrderItemCollectionByIndex.getOrder()static OrderOrder.of(String customerId, String orderId, Instant createdAt, OrderStatus status, BigDecimal total, Address shippingAddress) OrderItemCollectionRecord.order()Returns the value of theorderrecord component.Methods in io.awspring.spring.data.examples.model with parameters of type OrderModifier and TypeMethodDescriptionvoidvoidConstructors in io.awspring.spring.data.examples.model with parameters of type OrderModifierConstructorDescriptionOrderItemCollectionRecord(Customer customer, Order order, List<OrderItem> orderItemList) Creates an instance of aOrderItemCollectionRecordrecord class. -
Uses of Order in io.awspring.spring.data.examples.repository
Subinterfaces with type arguments of type Order in io.awspring.spring.data.examples.repositoryMethods in io.awspring.spring.data.examples.repository that return OrderModifier and TypeMethodDescriptionOrderRepository.changeStatus(String pk, String sk, OrderStatus status, String gsi1pk) Methods in io.awspring.spring.data.examples.repository that return types with arguments of type OrderModifier and TypeMethodDescriptionOrderRepository.findByPkOrderBySkDesc(String pk) OrderRepository.findTop1ByPkOrderBySkDesc(String pk)