Uses of Class
com.anasoft.os.daofusion.test.example.entity.OrderItem

Packages that use OrderItem
com.anasoft.os.daofusion.test.example.dao   
com.anasoft.os.daofusion.test.example.entity   
 

Uses of OrderItem in com.anasoft.os.daofusion.test.example.dao
 

Methods in com.anasoft.os.daofusion.test.example.dao that return types with arguments of type OrderItem
 java.lang.Class<OrderItem> OrderItemDao.getEntityClass()
           
 

Uses of OrderItem in com.anasoft.os.daofusion.test.example.entity
 

Methods in com.anasoft.os.daofusion.test.example.entity that return types with arguments of type OrderItem
protected  java.util.List<OrderItem> Order.getOrderItems()
           
 java.util.List<OrderItem> Order.getUnmodifiableOrderItemList()
           
 

Methods in com.anasoft.os.daofusion.test.example.entity with parameters of type OrderItem
 void Order.addOrderItem(OrderItem orderItem)
           
 void Order.removeOrderItem(OrderItem orderItem)
           
 

Method parameters in com.anasoft.os.daofusion.test.example.entity with type arguments of type OrderItem
protected  void Order.setOrderItems(java.util.List<OrderItem> orderItems)
           
 



Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.