Package it.eng.spagobi.commons.dao

Interface Summary
IBinContentDAO  
IConfigDAO  
IDomainDAO Defines the interfaces for all methods needed to operate with a domain.
IRoleDAO Defines the interfaces for all methods needed to insert, modify and deleting a role
IUserFunctionalityDAO  
 

Class Summary
AbstractHibernateDAO Abstract class that al DAO will have to extend.
AbstractTestHibernateDAO  
BinContentDAOHibImpl  
ConfigDAO  
DAOFactory Contains all the data access object for all the BO objects defined into it.eng.spagobi.bo package.
DomainDAOHibImpl Defines the Hibernate implementations for all DAO methods, for a domain.
RoleDAOHibImpl Defines the Hibernate implementations for all DAO methods, for a Role.
UserFunctionalityDAO