Uses of Class
org.wso2.wsas.util.HibernateConfig

Packages that use HibernateConfig
org.wso2.wsas   
org.wso2.wsas.persistence   
org.wso2.wsas.persistence.dao   
org.wso2.wsas.util   
 

Uses of HibernateConfig in org.wso2.wsas
 

Constructors in org.wso2.wsas with parameters of type HibernateConfig
ServerManager(org.wso2.wsf.common.util.ServerConfiguration serverConfig, HibernateConfig hbConfig)
           
 

Uses of HibernateConfig in org.wso2.wsas.persistence
 

Constructors in org.wso2.wsas.persistence with parameters of type HibernateConfig
PersistenceManager(HibernateConfig hbConfig)
           
 

Uses of HibernateConfig in org.wso2.wsas.persistence.dao
 

Fields in org.wso2.wsas.persistence.dao declared as HibernateConfig
protected  HibernateConfig BaseDAO.hbConfig
           
 

Constructors in org.wso2.wsas.persistence.dao with parameters of type HibernateConfig
MessageDAO(HibernateConfig hbConfig)
           
UserDAO(HibernateConfig hbConfig)
           
ServiceDAO(HibernateConfig hbConfig)
           
AppenderDAO(HibernateConfig hbConfig)
           
LoggerDAO(HibernateConfig hbConfig)
           
BaseDAO(HibernateConfig hbConfig)
           
TransportDAO(HibernateConfig hbConfig)
           
SecurityScenarioDAO(HibernateConfig hbConfig)
           
UserRoleDAO(HibernateConfig hbConfig)
           
OperationDAO(HibernateConfig hbConfig)
           
KeyStoreDAO(HibernateConfig hbConfig)
           
ServerConfigurationDAO(HibernateConfig hbConfig)
           
SecurityTokenDAO(HibernateConfig hbConfig)
           
ServiceGroupDAO(HibernateConfig hbConfig)
           
ModuleDAO(HibernateConfig hbConfig)
           
 

Uses of HibernateConfig in org.wso2.wsas.util
 

Methods in org.wso2.wsas.util that return HibernateConfig
static HibernateConfig HibernateConfigFactory.getDefaultConfig(java.lang.String hbConfigKey)