Package | Description |
---|---|
org.hibernate.annotations | |
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
org.hibernate.cache.impl | |
org.hibernate.cache.impl.bridge |
Modifier and Type | Method and Description |
---|---|
AccessType |
CacheConcurrencyStrategy.toAccessType() |
Modifier and Type | Method and Description |
---|---|
static CacheConcurrencyStrategy |
CacheConcurrencyStrategy.fromAccessType(AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
AccessType |
DelegatingRegionFactory.getDefaultAccessType() |
AccessType |
RegionFactory.getDefaultAccessType()
Get the default access type for
entity and
collection regions. |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CollectionRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
Modifier and Type | Field and Description |
---|---|
static AccessType |
AccessType.NONSTRICT_READ_WRITE |
static AccessType |
AccessType.READ_ONLY |
static AccessType |
AccessType.READ_WRITE |
static AccessType |
AccessType.TRANSACTIONAL |
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.parse(String name) |
Modifier and Type | Method and Description |
---|---|
AccessType |
NoCachingRegionFactory.getDefaultAccessType() |
Modifier and Type | Method and Description |
---|---|
AccessType |
RegionFactoryCacheProviderBridge.getDefaultAccessType()
Get the default access type for
entity and
collection regions. |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CollectionRegionAdapter.buildAccessStrategy(AccessType accessType) |
EntityRegionAccessStrategy |
EntityRegionAdapter.buildAccessStrategy(AccessType accessType) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved