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

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

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

Methods in it.eng.spagobi.bo.dao that return IRoleDAO
static IRoleDAO DAOFactory.getRoleDAO()
          Creates a DAO instance for a role
 

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

Classes in it.eng.spagobi.bo.dao.hibernate that implement IRoleDAO
 class RoleDAOHibImpl
          Defines the Hibernate implementations for all DAO methods, for a Role.