Uses of Class
org.hibernate.cache.spi.access.AccessType
-
Packages that use AccessType 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.jaxb.hbm.spi org.hibernate.boot.model org.hibernate.boot.spi org.hibernate.cache.cfg.spi 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 org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider. -
-
Uses of AccessType in org.hibernate.annotations
Methods in org.hibernate.annotations that return AccessType Modifier and Type Method Description AccessType
CacheConcurrencyStrategy. toAccessType()
Get the AccessType 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.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(java.lang.String value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type AccessType Modifier and Type Method Description java.lang.String
Adapter2. marshal(AccessType value)
void
JaxbHbmCacheType. setUsage(AccessType value)
Sets the value of the usage property. -
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()
Methods in org.hibernate.boot.model with parameters of type AccessType Modifier and Type Method Description void
Caching. setAccessType(AccessType accessType)
Constructors in org.hibernate.boot.model with parameters of type AccessType Constructor Description Caching(java.lang.String region, AccessType accessType, boolean cacheLazyProperties)
Caching(java.lang.String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested)
-
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 cache AccessType.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.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.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(java.lang.String externalName)
Resolve an AccessType from its external name.AccessType
CachedDomainDataAccess. getAccessType()
The type of access implementedstatic AccessType
AccessType. valueOf(java.lang.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()
-