Uses of Class
org.hibernate.cache.spi.access.AccessType
-
Packages that use AccessType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.model.source.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cache.cfg.internal Implementation of the second-level cache configuration SPI.org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration.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 a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.testing.orm.junit -
-
Uses of AccessType in org.hibernate.annotations
Methods in org.hibernate.annotations that return AccessType Modifier and Type Method Description AccessType
CacheConcurrencyStrategy. toAccessType()
Get theAccessType
corresponding to this concurrency strategy.Methods in org.hibernate.annotations with parameters of type AccessType Modifier and Type Method Description static CacheConcurrencyStrategy
CacheConcurrencyStrategy. fromAccessType(AccessType accessType)
Conversion fromAccessType
toCacheConcurrencyStrategy
. -
Uses of AccessType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type AccessType Modifier and Type Method 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. -
Uses of AccessType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return AccessType Modifier and Type Method Description AccessType
MetadataBuilderImpl.MappingDefaultsImpl. getImplicitCacheAccessType()
AccessType
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getImplicitCacheAccessType()
Methods in org.hibernate.boot.internal with parameters of type AccessType Modifier and Type Method Description MetadataBuilder
MetadataBuilderImpl. applyAccessType(AccessType implicitCacheAccessType)
-
Uses of AccessType in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return AccessType Modifier and Type Method Description static AccessType
CacheAccessTypeConverter. fromXml(String name)
Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type AccessType Modifier and Type Method Description static String
CacheAccessTypeConverter. toXml(AccessType accessType)
-
Uses of AccessType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as AccessType Modifier and Type Field Description protected AccessType
JaxbHbmCacheType. usage
Methods in org.hibernate.boot.jaxb.hbm.spi that return AccessType Modifier and Type Method Description AccessType
JaxbHbmCacheType. getUsage()
Gets the value of the usage property.AccessType
Adapter2. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type AccessType Modifier and Type Method Description String
Adapter2. marshal(AccessType value)
void
JaxbHbmCacheType. setUsage(AccessType value)
Sets the value of the usage property. -
Uses of AccessType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as AccessType Modifier and Type Field Description protected AccessType
JaxbCaching. access
Methods in org.hibernate.boot.jaxb.mapping that return AccessType Modifier and Type Method Description AccessType
JaxbCaching. getAccess()
Gets the value of the access property.AccessType
Adapter15. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.mapping with parameters of type AccessType Modifier and Type Method Description String
Adapter15. marshal(AccessType value)
void
JaxbCaching. setAccess(AccessType value)
Sets the value of the access property. -
Uses of AccessType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return AccessType Modifier and Type Method Description static AccessType
CacheAccessTypeMarshalling. fromXml(String name)
Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type AccessType Modifier and Type Method Description static String
CacheAccessTypeMarshalling. toXml(AccessType accessType)
-
Uses of AccessType in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return AccessType Modifier and Type Method Description AccessType
Caching. getAccessType()
Deprecated.Methods in org.hibernate.boot.model with parameters of type AccessType Modifier and Type Method Description void
Caching. setAccessType(AccessType accessType)
Deprecated.Constructors in org.hibernate.boot.model with parameters of type AccessType Constructor Description Caching(String region, AccessType accessType, boolean cacheLazyProperties)
Deprecated.Caching(String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested)
Deprecated. -
Uses of AccessType in org.hibernate.boot.model.source.internal
Methods in org.hibernate.boot.model.source.internal that return AccessType Modifier and Type Method Description AccessType
OverriddenMappingDefaults. getImplicitCacheAccessType()
Methods in org.hibernate.boot.model.source.internal with parameters of type AccessType Modifier and Type Method Description OverriddenMappingDefaults.Builder
OverriddenMappingDefaults.Builder. setImplicitCacheAccessType(AccessType implicitCacheAccessType)
Constructors in org.hibernate.boot.model.source.internal with parameters of type AccessType Constructor 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, CollectionClassification implicitListClassification)
-
Uses of AccessType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AccessType Modifier and Type Method Description AccessType
AbstractDelegatingMetadataBuildingOptions. getImplicitCacheAccessType()
AccessType
MappingDefaults. getImplicitCacheAccessType()
The cache access type to use if none is specifiedAccessType
MetadataBuildingOptions. getImplicitCacheAccessType()
Access to any implicit cacheAccessType
.Methods in org.hibernate.boot.spi with parameters of type AccessType Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyAccessType(AccessType accessType)
-
Uses of AccessType in org.hibernate.cache.cfg.internal
Methods in org.hibernate.cache.cfg.internal that return AccessType Modifier and Type Method Description AccessType
AbstractDomainDataCachingConfig. getAccessType()
Methods in org.hibernate.cache.cfg.internal with parameters of type AccessType Modifier and Type Method 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)
Constructors in org.hibernate.cache.cfg.internal with parameters of type AccessType Constructor Description AbstractDomainDataCachingConfig(AccessType accessType)
CollectionDataCachingConfigImpl(Collection collectionDescriptor, AccessType accessType)
EntityDataCachingConfigImpl(NavigableRole rootEntityName, Supplier<Comparator> versionComparatorAccess, boolean isEntityMutable, AccessType accessType)
NaturalIdDataCachingConfigImpl(RootClass rootEntityDescriptor, AccessType accessType)
-
Uses of AccessType in org.hibernate.cache.cfg.spi
Methods in org.hibernate.cache.cfg.spi that return AccessType Modifier and Type Method Description AccessType
DomainDataCachingConfig. getAccessType()
The requested AccessType -
Uses of AccessType in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return AccessType Modifier and Type Method Description AccessType
NoCachingRegionFactory. getDefaultAccessType()
-
Uses of AccessType in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return AccessType Modifier and Type Method Description AccessType
AbstractRegionFactory. getDefaultAccessType()
AccessType
RegionFactory. getDefaultAccessType()
Get the default access type for any "user model" data. -
Uses of AccessType in org.hibernate.cache.spi.access
Methods in org.hibernate.cache.spi.access that return AccessType Modifier and Type Method Description static AccessType
AccessType. fromExternalName(@Nullable String externalName)
Resolve anAccessType
from its external name.AccessType
CachedDomainDataAccess. getAccessType()
The type of access implementedstatic 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. -
Uses of AccessType in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that return AccessType Modifier and Type Method 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()
-
Uses of AccessType in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return AccessType Modifier and Type Method Description AccessType
accessType()
-