Uses of Interface
it.eng.spagobi.bo.dao.ICheckDAO

Packages that use ICheckDAO
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.hibernate   
 

Uses of ICheckDAO in it.eng.spagobi.bo.dao
 

Methods in it.eng.spagobi.bo.dao that return ICheckDAO
static ICheckDAO DAOFactory.getChecksDAO()
          Creates a DAO instance for a value constraint
 

Uses of ICheckDAO in it.eng.spagobi.bo.dao.hibernate
 

Classes in it.eng.spagobi.bo.dao.hibernate that implement ICheckDAO
 class CheckDAOHibImpl
          Defines the Hibernate implementations for all DAO methods, for a value constraint.