Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.model | |
org.hibernate.boot.model.source.internal | |
org.hibernate.boot.spi | |
org.hibernate.cache.ehcache.internal.nonstop |
Support for handling non-stop caches.
|
org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
org.hibernate.cache.ehcache.internal.strategy |
Defines
RegionAccessStrategy support for the Ehcache integration |
org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
org.hibernate.cache.infinispan.collection |
Internal Infinispan-based implementation of the collection cache region
|
org.hibernate.cache.infinispan.entity |
Internal Infinispan-based implementation of the entity cache region
|
org.hibernate.cache.infinispan.impl |
Internal Infinispan-specific base cache region implementations
|
org.hibernate.cache.infinispan.naturalid |
Internal Infinispan-based implementation of the natural-id cache region
|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
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.testing.cache |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilder.applyAccessType(AccessType accessType)
Specify the second-level access-type to be used by default for entities and collections that define second-level
caching, but do not specify a granular access-type.
|
Modifier and Type | Method and Description |
---|---|
AccessType |
MetadataBuilderImpl.MappingDefaultsImpl.getImplicitCacheAccessType() |
AccessType |
MetadataBuilderImpl.MetadataBuildingOptionsImpl.getImplicitCacheAccessType() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilderImpl.applyAccessType(AccessType implicitCacheAccessType) |
Modifier and Type | Method and Description |
---|---|
AccessType |
Caching.getAccessType() |
Modifier and Type | Method and Description |
---|---|
void |
Caching.setAccessType(AccessType accessType) |
Constructor and Description |
---|
Caching(String region,
AccessType accessType,
boolean cacheLazyProperties) |
Caching(String region,
AccessType accessType,
boolean cacheLazyProperties,
TruthValue requested) |
Modifier and Type | Method and Description |
---|---|
AccessType |
OverriddenMappingDefaults.getImplicitCacheAccessType() |
Modifier and Type | Method and Description |
---|---|
OverriddenMappingDefaults.Builder |
OverriddenMappingDefaults.Builder.setImplicitCacheAccessType(AccessType implicitCacheAccessType) |
Constructor and Description |
---|
OverriddenMappingDefaults(String implicitSchemaName,
String implicitCatalogName,
boolean implicitlyQuoteIdentifiers,
String implicitIdColumnName,
String implicitTenantIdColumnName,
String implicitDiscriminatorColumnName,
String implicitPackageName,
boolean autoImportEnabled,
String implicitCascadeStyleName,
String implicitPropertyAccessorName,
boolean entitiesImplicitlyLazy,
boolean pluralAttributesImplicitlyLazy,
AccessType implicitCacheAccessType) |
Modifier and Type | Method and Description |
---|---|
AccessType |
MappingDefaults.getImplicitCacheAccessType()
The cache access type to use if none is specified
|
AccessType |
MetadataBuildingOptions.getImplicitCacheAccessType()
Access to any implicit cache AccessType.
|
AccessType |
AbstractDelegatingMetadataBuildingOptions.getImplicitCacheAccessType() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyAccessType(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 |
---|---|
NaturalIdRegionAccessStrategy |
EhcacheNaturalIdRegion.buildAccessStrategy(AccessType accessType) |
CollectionRegionAccessStrategy |
EhcacheCollectionRegion.buildAccessStrategy(AccessType accessType) |
EntityRegionAccessStrategy |
EhcacheEntityRegion.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 |
---|---|
protected void |
BaseRegion.checkAccessType(AccessType accessType) |
protected AccessDelegate |
BaseTransactionalDataRegion.createAccessDelegate(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 |
---|---|
NaturalIdRegionAccessStrategy |
NaturalIdRegion.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.
|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.fromExternalName(String externalName)
Resolve an AccessType from its external name.
|
static AccessType |
AccessType.valueOf(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 |
CachingRegionFactory.getDefaultAccessType() |
Modifier and Type | Method and Description |
---|---|
EntityRegionAccessStrategy |
EntityRegionImpl.buildAccessStrategy(AccessType accessType) |
Copyright © 2017. All rights reserved.