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 AccessTypeCacheConcurrencyStrategy. 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 CacheConcurrencyStrategyCacheConcurrencyStrategy. fromAccessType(AccessType accessType)Conversion fromAccessTypetoCacheConcurrencyStrategy. -
Uses of AccessType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type AccessType Modifier and Type Method Description MetadataBuilderMetadataBuilder. 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 AccessTypeJaxbHbmCacheType. usageMethods in org.hibernate.boot.jaxb.hbm.spi that return AccessType Modifier and Type Method Description AccessTypeJaxbHbmCacheType. getUsage()Gets the value of the usage property.AccessTypeAdapter2. 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.StringAdapter2. marshal(AccessType value)voidJaxbHbmCacheType. 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 AccessTypeCaching. getAccessType()Methods in org.hibernate.boot.model with parameters of type AccessType Modifier and Type Method Description voidCaching. 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 AccessTypeAbstractDelegatingMetadataBuildingOptions. getImplicitCacheAccessType()AccessTypeMappingDefaults. getImplicitCacheAccessType()The cache access type to use if none is specifiedAccessTypeMetadataBuildingOptions. getImplicitCacheAccessType()Access to any implicit cache AccessType.Methods in org.hibernate.boot.spi with parameters of type AccessType Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. 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 AccessTypeDomainDataCachingConfig. 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 AccessTypeAbstractRegionFactory. getDefaultAccessType()AccessTypeRegionFactory. 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 AccessTypeAccessType. fromExternalName(java.lang.String externalName)Resolve an AccessType from its external name.AccessTypeCachedDomainDataAccess. getAccessType()The type of access implementedstatic AccessTypeAccessType. 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 AccessTypeCollectionNonStrictReadWriteAccess. getAccessType()AccessTypeCollectionReadOnlyAccess. getAccessType()AccessTypeCollectionReadWriteAccess. getAccessType()AccessTypeCollectionTransactionAccess. getAccessType()AccessTypeEntityNonStrictReadWriteAccess. getAccessType()AccessTypeEntityReadOnlyAccess. getAccessType()AccessTypeEntityReadWriteAccess. getAccessType()AccessTypeEntityTransactionalAccess. getAccessType()AccessTypeNaturalIdNonStrictReadWriteAccess. getAccessType()AccessTypeNaturalIdReadOnlyAccess. getAccessType()AccessTypeNaturalIdReadWriteAccess. getAccessType()AccessTypeNaturalIdTransactionalAccess. getAccessType()
-