| Package | Description |
|---|---|
| org.hibernate.annotations | |
| org.hibernate.cache.ehcache.internal.nonstop | |
| org.hibernate.cache.ehcache.internal.regions | |
| org.hibernate.cache.ehcache.internal.strategy | |
| org.hibernate.cache.infinispan | |
| org.hibernate.cache.infinispan.collection | |
| org.hibernate.cache.infinispan.entity | |
| org.hibernate.cache.infinispan.naturalid | |
| org.hibernate.cache.internal | |
| org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
| org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
| org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
| org.hibernate.metamodel.binding | |
| org.hibernate.metamodel.source | |
| org.hibernate.metamodel.source.internal | |
| org.hibernate.testing.cache |
| 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 |
|---|---|
CollectionRegionAccessStrategy |
NonstopAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
|
EntityRegionAccessStrategy |
NonstopAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
|
NaturalIdRegionAccessStrategy |
NonstopAccessStrategyFactory.createNaturalIdRegionAccessStrategy(EhcacheNaturalIdRegion naturalIdRegion,
AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EhcacheEntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
CollectionRegionAccessStrategy |
EhcacheCollectionRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
NaturalIdRegionAccessStrategy |
EhcacheNaturalIdRegion.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
InfinispanRegionFactory.getDefaultAccessType() |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegionAccessStrategy |
CollectionRegionImpl.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityRegionImpl.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
NaturalIdRegionAccessStrategy |
NaturalIdRegionImpl.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
NoCachingRegionFactory.getDefaultAccessType() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
RegionFactory.getDefaultAccessType()
Get the default access type for
entity and
collection regions. |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
CollectionRegionAccessStrategy |
CollectionRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
NaturalIdRegionAccessStrategy |
NaturalIdRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessType |
AccessType.fromExternalName(java.lang.String externalName) |
static AccessType |
AccessType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccessType |
Metadata.Options.getDefaultAccessType() |
| Modifier and Type | Method and Description |
|---|---|
MetadataBuilder |
MetadataBuilder.with(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
Caching.getAccessType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Caching.setAccessType(AccessType accessType) |
| Constructor and Description |
|---|
Caching(java.lang.String region,
AccessType accessType,
boolean cacheLazyProperties) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
MappingDefaults.getCacheAccessType()
The default cache access type to use
|
| Modifier and Type | Method and Description |
|---|---|
AccessType |
OverriddenMappingDefaults.getCacheAccessType() |
| Modifier and Type | Method and Description |
|---|---|
MetadataBuilder |
MetadataBuilderImpl.with(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
CachingRegionFactory.getDefaultAccessType() |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.