站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.cfg.Settings (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.cfg.Settings

Packages that use Settings
net.sf.hibernate.cfg   
net.sf.hibernate.impl   
 

Uses of Settings in net.sf.hibernate.cfg
 

Methods in net.sf.hibernate.cfg that return Settings
static Settings SettingsFactory.buildSettings(Properties properties)
           
protected  Settings Configuration.buildSettings()
          Create an object-oriented view of the configuration properties
 

Methods in net.sf.hibernate.cfg with parameters of type Settings
protected  void Configuration.configureCaches(Settings settings)
           
 

Uses of Settings in net.sf.hibernate.impl
 

Constructors in net.sf.hibernate.impl with parameters of type Settings
SessionFactoryImpl(Configuration cfg, Settings settings)