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

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

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

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

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

Methods in com.anasoft.os.daofusion.test.example.entity that return Order
 Order OrderItem.getOrder()
           
 

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

Methods in com.anasoft.os.daofusion.test.example.entity with parameters of type Order
 void Customer.addOrder(Order order)
           
 void Customer.removeOrder(Order order)
           
 void OrderItem.setOrder(Order order)
           
 

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



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