Uses of Class
domain.Unitcoa

Packages that use Unitcoa
dao   
domain   
 

Uses of Unitcoa in dao
 

Methods in dao that return types with arguments of type Unitcoa
 java.util.List<Unitcoa> UnitcoaDAO.findAllVerified()
           
 java.util.List<Unitcoa> HibernateUnitcoaDAO.findAllVerified()
           
 

Uses of Unitcoa in domain
 

Methods in domain that return types with arguments of type Unitcoa
 java.util.List<Unitcoa> Unit.getUnitcoa()
           
 

Method parameters in domain with type arguments of type Unitcoa
 void Unit.setUnitcoa(java.util.List<Unitcoa> p)