Package | Description |
---|---|
org.hibernate.annotations |
Package containing all the Hibernate specific annotations.
|
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.jaxb.hbm.internal |
JAXB details.
|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model | |
org.hibernate.boot.model.source.internal | |
org.hibernate.boot.spi | |
org.hibernate.cache.cfg.internal | |
org.hibernate.cache.cfg.spi | |
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
Modifier and Type | Method and Description |
---|---|
AccessType |
CacheConcurrencyStrategy.toAccessType()
Get the AccessType corresponding to this concurrency strategy.
|
Modifier and Type | Method and Description |
---|---|
static CacheConcurrencyStrategy |
CacheConcurrencyStrategy.fromAccessType(AccessType accessType)
Conversion from
AccessType to CacheConcurrencyStrategy . |
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 |
---|---|
static AccessType |
CacheAccessTypeConverter.fromXml(String name) |
Modifier and Type | Method and Description |
---|---|
static String |
CacheAccessTypeConverter.toXml(AccessType accessType) |
Modifier and Type | Field and Description |
---|---|
protected AccessType |
JaxbHbmCacheType.usage |
Modifier and Type | Method and Description |
---|---|
AccessType |
JaxbHbmCacheType.getUsage()
Gets the value of the usage property.
|
AccessType |
Adapter2.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter2.marshal(AccessType value) |
void |
JaxbHbmCacheType.setUsage(AccessType value)
Sets the value of the usage property.
|
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 |
AbstractDelegatingMetadataBuildingOptions.getImplicitCacheAccessType() |
AccessType |
MappingDefaults.getImplicitCacheAccessType()
The cache access type to use if none is specified
|
AccessType |
MetadataBuildingOptions.getImplicitCacheAccessType()
Access to any implicit cache AccessType.
|
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyAccessType(AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
AccessType |
AbstractDomainDataCachingConfig.getAccessType() |
Modifier and Type | Method and Description |
---|---|
DomainDataRegionConfigImpl.Builder |
DomainDataRegionConfigImpl.Builder.addCollectionConfig(Collection collectionDescriptor,
AccessType accessType) |
DomainDataRegionConfigImpl.Builder |
DomainDataRegionConfigImpl.Builder.addEntityConfig(PersistentClass bootEntityDescriptor,
AccessType accessType) |
DomainDataRegionConfigImpl.Builder |
DomainDataRegionConfigImpl.Builder.addNaturalIdConfig(RootClass rootEntityDescriptor,
AccessType accessType) |
Constructor and Description |
---|
AbstractDomainDataCachingConfig(AccessType accessType) |
CollectionDataCachingConfigImpl(Collection collectionDescriptor,
AccessType accessType) |
EntityDataCachingConfigImpl(NavigableRole rootEntityName,
Supplier<Comparator> versionComparatorAccess,
boolean isEntityMutable,
AccessType accessType) |
NaturalIdDataCachingConfigImpl(RootClass rootEntityDescriptor,
AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
AccessType |
DomainDataCachingConfig.getAccessType()
The requested AccessType
|
Modifier and Type | Method and Description |
---|---|
AccessType |
NoCachingRegionFactory.getDefaultAccessType() |
Modifier and Type | Method and Description |
---|---|
AccessType |
AbstractRegionFactory.getDefaultAccessType() |
AccessType |
RegionFactory.getDefaultAccessType()
Get the default access type for any "user model" data
|
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.fromExternalName(String externalName)
Resolve an AccessType from its external name.
|
AccessType |
CachedDomainDataAccess.getAccessType()
The type of access implemented
|
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 |
CollectionNonStrictReadWriteAccess.getAccessType() |
AccessType |
CollectionReadOnlyAccess.getAccessType() |
AccessType |
CollectionReadWriteAccess.getAccessType() |
AccessType |
CollectionTransactionAccess.getAccessType() |
AccessType |
EntityNonStrictReadWriteAccess.getAccessType() |
AccessType |
EntityReadOnlyAccess.getAccessType() |
AccessType |
EntityReadWriteAccess.getAccessType() |
AccessType |
EntityTransactionalAccess.getAccessType() |
AccessType |
NaturalIdNonStrictReadWriteAccess.getAccessType() |
AccessType |
NaturalIdReadOnlyAccess.getAccessType() |
AccessType |
NaturalIdReadWriteAccess.getAccessType() |
AccessType |
NaturalIdTransactionalAccess.getAccessType() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.