Uses of Class
org.mybatis.jpetstore.domain.Order
Packages that use Order
Package
Description
-
Uses of Order in org.mybatis.jpetstore.mapper
Methods in org.mybatis.jpetstore.mapper that return OrderMethods in org.mybatis.jpetstore.mapper that return types with arguments of type OrderModifier and TypeMethodDescriptionOrderMapper.getOrdersByUsername(String username) Get orders by username.Methods in org.mybatis.jpetstore.mapper with parameters of type OrderModifier and TypeMethodDescriptionvoidOrderMapper.insertOrder(Order order) Insert order.voidOrderMapper.insertOrderStatus(Order order) Insert order status. -
Uses of Order in org.mybatis.jpetstore.service
Methods in org.mybatis.jpetstore.service that return OrderMethods in org.mybatis.jpetstore.service that return types with arguments of type OrderModifier and TypeMethodDescriptionOrderService.getOrdersByUsername(String username) Gets the orders by username.Methods in org.mybatis.jpetstore.service with parameters of type Order -
Uses of Order in org.mybatis.jpetstore.web.actions
Methods in org.mybatis.jpetstore.web.actions that return OrderMethods in org.mybatis.jpetstore.web.actions that return types with arguments of type OrderMethods in org.mybatis.jpetstore.web.actions with parameters of type Order