Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
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.
|
Modifier and Type | Method and Description |
---|---|
QueryCache |
QueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props) |
QueryCache |
StandardQueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props) |
Constructor and Description |
---|
StandardQueryCache(Settings settings,
Properties props,
UpdateTimestampsCache updateTimestampsCache,
String regionName) |
Modifier and Type | Method and Description |
---|---|
UpdateTimestampsCache |
SessionFactoryImplementor.getUpdateTimestampsCache()
Get the cache of table update timestamps
|
Modifier and Type | Method and Description |
---|---|
UpdateTimestampsCache |
SessionFactoryImpl.getUpdateTimestampsCache() |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved