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.
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.
The packages in this namespace are responsible for implementing certain
requirements of the JPA specification, especially things which are only
needed when Hibernate is acting as a JPA persistence 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 TypeMethodDescriptionRootMappingDefaults.getDefaultCacheAccessType()MetadataBuilderImpl.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.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return AccessTypeMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type AccessTypeModifier and TypeMethodDescriptionstatic StringCacheAccessTypeMarshalling.toXml(AccessType accessType) -
Uses of AccessType in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as AccessTypeMethods in org.hibernate.boot.jaxb.mapping.spi that return AccessTypeModifier and TypeMethodDescriptionJaxbCachingImpl.getAccess()Gets the value of the access property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type AccessTypeModifier and TypeMethodDescriptionAdapter13.marshal(AccessType value) voidJaxbCachingImpl.setAccess(AccessType value) Sets the value of the access property. -
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, EnumSet<CascadeType> cascadeTypes, AccessType implicitPropertyAccessType, String implicitPropertyAccessorName, boolean entitiesImplicitlyLazy, boolean pluralAttributesImplicitlyLazy, AccessType implicitCacheAccessType, CollectionClassification implicitListClassification) -
Uses of AccessType in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return AccessTypeMethods in org.hibernate.boot.model.source.spi with parameters of type AccessTypeConstructors in org.hibernate.boot.model.source.spi with parameters of type AccessTypeModifierConstructorDescriptionCaching(String region, AccessType accessType, boolean cacheLazyProperties) Caching(String region, AccessType accessType, boolean cacheLazyProperties, boolean requested) -
Uses of AccessType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return AccessTypeModifier and TypeMethodDescriptionEffectiveMappingDefaults.getDefaultCacheAccessType()The default cache access strategy to use if none is specifiedAbstractDelegatingMetadataBuildingOptions.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() -
Uses of AccessType in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type AccessTypeModifier and TypeMethodDescriptionHibernatePersistenceConfiguration.cachingAccessType(AccessType type) If data caching is enabled, configure the type of concurrency access that should be applied if not explicitly specified on a cache region.