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

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

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

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

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

Methods in com.anasoft.os.daofusion.test.example.entity that return Customer
 Customer Order.getCustomer()
           
 

Methods in com.anasoft.os.daofusion.test.example.entity with parameters of type Customer
 void Order.setCustomer(Customer customer)
           
 



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