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

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

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

Methods in it.eng.spagobi.bo.dao that return IBIObjectDAO
static IBIObjectDAO DAOFactory.getBIObjectDAO()
          Creates a DAO instance for a BI object
 

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

Classes in it.eng.spagobi.bo.dao.hibernate that implement IBIObjectDAO
 class BIObjectDAOHibImpl
          Defines the Hibernate implementations for all DAO methods, for a BI Object.