Uses of Enum Class
org.hibernate.cache.spi.access.AccessType
Packages that use AccessType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package contains the interfaces that make up the bootstrap API
for Hibernate.
JAXB details.
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.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Implementation of the second-level cache configuration SPI.
An SPI modelling various aspects of the second-level cache configuration.
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
Defines contracts for transactional and concurrent access to cached
entity and
collection data.
This package provides a framework intended to reduce the work needed to implement
a caching provider.
-
Uses of AccessType in org.hibernate.annotations
Methods in org.hibernate.annotations that return AccessTypeModifier and TypeMethodDescriptionCacheConcurrencyStrategy.toAccessType()Get theAccessTypecorresponding to this concurrency strategy.Methods in org.hibernate.annotations with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic CacheConcurrencyStrategyCacheConcurrencyStrategy.fromAccessType(AccessType accessType) Conversion fromAccessTypetoCacheConcurrencyStrategy. -
Uses of AccessType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type AccessTypeModifier and TypeMethodDescriptionMetadataBuilder.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 AccessTypeModifier and TypeMethodDescriptionMetadataBuilderImpl.MappingDefaultsImpl.getImplicitCacheAccessType()MetadataBuilderImpl.MetadataBuildingOptionsImpl.getImplicitCacheAccessType()Methods in org.hibernate.boot.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionMetadataBuilderImpl.applyAccessType(AccessType implicitCacheAccessType) -
Uses of AccessType in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return AccessTypeMethods in org.hibernate.boot.jaxb.hbm.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic StringCacheAccessTypeConverter.toXml(AccessType accessType) -
Uses of AccessType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as AccessTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return AccessTypeModifier and TypeMethodDescriptionJaxbHbmCacheType.getUsage()Gets the value of the usage property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type AccessTypeModifier and TypeMethodDescriptionAdapter2.marshal(AccessType value) voidJaxbHbmCacheType.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 AccessTypeMethods in org.hibernate.boot.jaxb.mapping that return AccessTypeMethods in org.hibernate.boot.jaxb.mapping with parameters of type AccessTypeModifier and TypeMethodDescriptionAdapter15.marshal(AccessType value) voidJaxbCaching.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 AccessTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic StringCacheAccessTypeMarshalling.toXml(AccessType accessType) -
Uses of AccessType in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return AccessTypeMethods in org.hibernate.boot.model with parameters of type AccessTypeConstructors in org.hibernate.boot.model with parameters of type AccessTypeModifierConstructorDescriptionCaching(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 AccessTypeMethods in org.hibernate.boot.model.source.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionOverriddenMappingDefaults.Builder.setImplicitCacheAccessType(AccessType implicitCacheAccessType) Constructors in org.hibernate.boot.model.source.internal with parameters of type AccessTypeModifierConstructorDescriptionOverriddenMappingDefaults(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 AccessTypeModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getImplicitCacheAccessType()MappingDefaults.getImplicitCacheAccessType()The cache access type to use if none is specifiedMetadataBuildingOptions.getImplicitCacheAccessType()Access to any implicit cacheAccessType.Methods in org.hibernate.boot.spi with parameters of type AccessTypeModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyAccessType(AccessType accessType) -
Uses of AccessType in org.hibernate.cache.cfg.internal
Methods in org.hibernate.cache.cfg.internal that return AccessTypeMethods in org.hibernate.cache.cfg.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionDomainDataRegionConfigImpl.Builder.addCollectionConfig(Collection collectionDescriptor, AccessType accessType) DomainDataRegionConfigImpl.Builder.addEntityConfig(PersistentClass bootEntityDescriptor, AccessType accessType) DomainDataRegionConfigImpl.Builder.addNaturalIdConfig(RootClass rootEntityDescriptor, AccessType accessType) Constructors in org.hibernate.cache.cfg.internal with parameters of type AccessTypeModifierConstructorDescriptionAbstractDomainDataCachingConfig(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 AccessTypeModifier and TypeMethodDescriptionDomainDataCachingConfig.getAccessType()The requested AccessType -
Uses of AccessType in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return AccessType -
Uses of AccessType in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return AccessTypeModifier and TypeMethodDescriptionAbstractRegionFactory.getDefaultAccessType()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 AccessTypeModifier and TypeMethodDescriptionstatic AccessTypeAccessType.fromExternalName(@Nullable String externalName) Resolve anAccessTypefrom its external name.CachedDomainDataAccess.getAccessType()The type of access implementedstatic AccessTypeReturns the enum constant of this class with the specified name.static AccessType[]AccessType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccessType in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that return AccessTypeModifier and TypeMethodDescriptionCollectionNonStrictReadWriteAccess.getAccessType()CollectionReadOnlyAccess.getAccessType()CollectionReadWriteAccess.getAccessType()CollectionTransactionAccess.getAccessType()EntityNonStrictReadWriteAccess.getAccessType()EntityReadOnlyAccess.getAccessType()EntityReadWriteAccess.getAccessType()EntityTransactionalAccess.getAccessType()NaturalIdNonStrictReadWriteAccess.getAccessType()NaturalIdReadOnlyAccess.getAccessType()NaturalIdReadWriteAccess.getAccessType()NaturalIdTransactionalAccess.getAccessType()