Uses of Class
org.hibernate.cfg.Settings

Packages that use Settings
org.hibernate.cache   
org.hibernate.cfg   
org.hibernate.engine   
org.hibernate.impl   
org.hibernate.tool.hbm2ddl   
 

Uses of Settings in org.hibernate.cache
 

Methods in org.hibernate.cache with parameters of type Settings
 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)
           
 QueryCache StandardQueryCacheFactory.getQueryCache(String regionName, UpdateTimestampsCache updateTimestampsCache, Settings settings, Properties props)
           
 

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 Configuration.buildSettings()
          Create an object-oriented view of the configuration properties
 Settings Configuration.buildSettings(Properties props)
           
 Settings SettingsFactory.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
SchemaExport(Configuration cfg, Settings settings)
          Create a schema exporter for the given Configuration and given settings
SchemaValidator(Configuration cfg, Settings settings)
           
SchemaUpdate(Configuration cfg, Settings settings)