Uses of Class
com.anasoft.os.daofusion.test.example.enums.StockItemCategory

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

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

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

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

Methods in com.anasoft.os.daofusion.test.example.entity that return StockItemCategory
 StockItemCategory StockItem.getCategory()
           
 

Methods in com.anasoft.os.daofusion.test.example.entity with parameters of type StockItemCategory
 void StockItem.setCategory(StockItemCategory category)
           
 



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