Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.impl.bridge | |
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 | Interface and Description |
---|---|
interface |
CollectionRegion
Defines the contract for a cache region which will specifically be used to
store collection data.
|
interface |
EntityRegion
Defines the contract for a cache region which will specifically be used to
store entity data.
|
interface |
GeneralDataRegion
Contract for general-purpose cache regions.
|
interface |
QueryResultsRegion
Defines the contract for a cache region which will specifically be used to
store query results.
|
interface |
TimestampsRegion
Defines the contract for a cache region which will specifically be used to
store entity "update timestamps".
|
interface |
TransactionalDataRegion
Defines contract for regions which hold transactionally-managed data.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGeneralDataRegionAdapter
|
class |
BaseRegionAdapter
|
class |
BaseTransactionalDataRegionAdapter
|
class |
CollectionRegionAdapter
Adapter specifically bridging
CollectionRegion to Cache . |
class |
EntityRegionAdapter
Adapter specifically bridging
EntityRegion to Cache . |
class |
QueryResultsRegionAdapter
Adapter specifically briding
QueryResultsRegion to Cache . |
class |
TimestampsRegionAdapter
Adapter specifically briding
TimestampsRegion to Cache . |
Modifier and Type | Method and Description |
---|---|
Region |
SessionFactoryImplementor.getSecondLevelCacheRegion(String regionName)
Get a named second-level cache region
|
Modifier and Type | Method and Description |
---|---|
Region |
SessionFactoryImpl.getSecondLevelCacheRegion(String regionName) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved