Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.impl | |
org.hibernate.cache.impl.bridge | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.ejb | |
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.
|
Modifier and Type | Method and Description |
---|---|
QueryCache |
StandardQueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props) |
QueryCache |
QueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props) |
void |
DelegatingRegionFactory.start(Settings settings,
Properties properties) |
void |
RegionFactory.start(Settings settings,
Properties properties)
Lifecycle callback to perform any necessary initialization of the
underlying cache implementation(s).
|
Constructor and Description |
---|
StandardQueryCache(Settings settings,
Properties props,
UpdateTimestampsCache updateTimestampsCache,
String regionName) |
UpdateTimestampsCache(Settings settings,
Properties props) |
Modifier and Type | Method and Description |
---|---|
void |
NoCachingRegionFactory.start(Settings settings,
Properties properties) |
Modifier and Type | Field and Description |
---|---|
protected Settings |
BaseRegionAdapter.settings |
Modifier and Type | Method and Description |
---|---|
void |
RegionFactoryCacheProviderBridge.start(Settings settings,
Properties properties) |
Constructor and Description |
---|
BaseGeneralDataRegionAdapter(Cache underlyingCache,
Settings settings) |
BaseRegionAdapter(Cache underlyingCache,
Settings settings) |
BaseTransactionalDataRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
CollectionAccessStrategyAdapter(CollectionRegion region,
CacheConcurrencyStrategy ccs,
Settings settings) |
CollectionRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
EntityAccessStrategyAdapter(EntityRegion region,
CacheConcurrencyStrategy ccs,
Settings settings) |
EntityRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
QueryResultsRegionAdapter(Cache underlyingCache,
Settings settings) |
TimestampsRegionAdapter(Cache underlyingCache,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
Configuration.buildSettings()
Create an object-oriented view of the configuration properties
|
Settings |
Configuration.buildSettings(Properties props) |
Settings |
SettingsFactory.buildSettings(Properties props) |
Modifier and Type | Method and Description |
---|---|
Settings |
Ejb3Configuration.buildSettings() |
Modifier and Type | Method and Description |
---|---|
Settings |
SessionFactoryImplementor.getSettings() |
Modifier and Type | Method and Description |
---|---|
Settings |
SessionFactoryImpl.getSettings() |
Constructor and Description |
---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
Settings settings,
EventListeners listeners,
SessionFactoryObserver observer) |
Constructor and Description |
---|
SchemaExport(Configuration cfg,
Settings settings)
Create a schema exporter for the given Configuration and given settings
|
SchemaUpdate(Configuration cfg,
Settings settings) |
SchemaValidator(Configuration cfg,
Settings settings) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved