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.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.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration.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. -
-
Uses of AccessType in org.hibernate.annotations
Methods in org.hibernate.annotations that return AccessType Modifier and Type Method Description AccessTypeCacheConcurrencyStrategy. toAccessType()Get theAccessTypecorresponding 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(String value)Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type AccessType Modifier and Type Method Description StringAdapter2. 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 AccessType Modifier and Type Field Description protected AccessTypeJaxbCaching. accessMethods in org.hibernate.boot.jaxb.mapping that return AccessType Modifier and Type Method Description AccessTypeJaxbCaching. getAccess()Gets the value of the access property.AccessTypeAdapter15. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type AccessType Modifier and Type Method Description StringAdapter15. 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 AccessType Modifier and Type Method Description static AccessTypeCacheAccessTypeMarshalling. fromXml(String name)Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type AccessType Modifier and Type Method Description static StringCacheAccessTypeMarshalling. 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 AccessTypeCaching. getAccessType()Deprecated.Methods in org.hibernate.boot.model with parameters of type AccessType Modifier and Type Method Description voidCaching. 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.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 cacheAccessType.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(@Nullable String externalName)Resolve anAccessTypefrom its external name.AccessTypeCachedDomainDataAccess. getAccessType()The type of access implementedstatic AccessTypeAccessType. 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 AccessTypeCollectionNonStrictReadWriteAccess. getAccessType()AccessTypeCollectionReadOnlyAccess. getAccessType()AccessTypeCollectionReadWriteAccess. getAccessType()AccessTypeCollectionTransactionAccess. getAccessType()AccessTypeEntityNonStrictReadWriteAccess. getAccessType()AccessTypeEntityReadOnlyAccess. getAccessType()AccessTypeEntityReadWriteAccess. getAccessType()AccessTypeEntityTransactionalAccess. getAccessType()AccessTypeNaturalIdNonStrictReadWriteAccess. getAccessType()AccessTypeNaturalIdReadOnlyAccess. getAccessType()AccessTypeNaturalIdReadWriteAccess. getAccessType()AccessTypeNaturalIdTransactionalAccess. getAccessType()
-