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

Uses of Class org.hibernate.cfg.Settings (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.cfg.Settings

Packages that use Settings
org.hibernate.cache This package defines APIs and implementations for the second-level cache and query cache. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
 

Uses of Settings in org.hibernate.cache
 

Methods in org.hibernate.cache with parameters of type Settings
 QueryCache StandardQueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 QueryCache QueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
static CacheConcurrencyStrategy CacheFactory.createCache(String concurrencyStrategy, String regionName, boolean mutable, Settings settings, Properties properties)
           
 

Constructors in org.hibernate.cache with parameters of type Settings
UpdateTimestampsCache(Settings settings, Properties props)
           
StandardQueryCache(Settings settings, Properties props, UpdateTimestampsCache updateTimestampsCache, String regionName)
           
 

Uses of Settings in org.hibernate.cfg
 

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

Uses of Settings in org.hibernate.engine
 

Methods in org.hibernate.engine that return Settings
 Settings SessionFactoryImplementor.getSettings()
           
 

Uses of Settings in org.hibernate.impl
 

Methods in org.hibernate.impl that return Settings
 Settings SessionFactoryImpl.getSettings()
           
 

Constructors in org.hibernate.impl with parameters of type Settings
SessionFactoryImpl(Configuration cfg, Mapping mapping, Settings settings, EventListeners listeners)
           
 

Uses of Settings in org.hibernate.tool.hbm2ddl
 

Constructors in org.hibernate.tool.hbm2ddl with parameters of type Settings
SchemaValidator(Configuration cfg, Settings settings)
           
SchemaUpdate(Configuration cfg, Settings settings)
           
SchemaExport(Configuration cfg, Settings settings)
          Create a schema exporter for the given Configuration and given settings