Uses of Class
org.mybatis.jpetstore.domain.LineItem
Packages that use LineItem
-
Uses of LineItem in org.mybatis.jpetstore.domain
Methods in org.mybatis.jpetstore.domain that return types with arguments of type LineItemMethods in org.mybatis.jpetstore.domain with parameters of type LineItemMethod parameters in org.mybatis.jpetstore.domain with type arguments of type LineItemModifier and TypeMethodDescriptionvoidOrder.setLineItems(List<LineItem> lineItems) Sets the line items. -
Uses of LineItem in org.mybatis.jpetstore.mapper
Methods in org.mybatis.jpetstore.mapper that return types with arguments of type LineItemModifier and TypeMethodDescriptionLineItemMapper.getLineItemsByOrderId(int orderId) Get line items by order id.Methods in org.mybatis.jpetstore.mapper with parameters of type LineItemModifier and TypeMethodDescriptionvoidLineItemMapper.insertLineItem(LineItem lineItem) Insert line item.