Uses of Enum Class
jakarta.persistence.SharedCacheMode
Packages that use SharedCacheMode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
SPI for Jakarta Persistence providers
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
-
Uses of SharedCacheMode in jakarta.persistence
Methods in jakarta.persistence that return SharedCacheModeModifier and TypeMethodDescriptionstatic SharedCacheModeReturns the enum constant of this class with the specified name.static SharedCacheMode[]SharedCacheMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SharedCacheMode in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return SharedCacheModeModifier and TypeMethodDescriptionPersistenceUnitInfo.getSharedCacheMode()Returns the specification of how the provider must use a second-level cache for the persistence unit. -
Uses of SharedCacheMode in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type SharedCacheModeModifier and TypeMethodDescriptionMetadataBuilder.applySharedCacheMode(SharedCacheMode cacheMode) Specify the second-level cache mode. -
Uses of SharedCacheMode in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return SharedCacheModeModifier and TypeMethodDescriptionMetadataBuilderImpl.MetadataBuildingOptionsImpl.getSharedCacheMode()Methods in org.hibernate.boot.internal with parameters of type SharedCacheModeModifier and TypeMethodDescriptionMetadataBuilderImpl.applySharedCacheMode(SharedCacheMode sharedCacheMode) -
Uses of SharedCacheMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return SharedCacheModeModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getSharedCacheMode()MetadataBuildingOptions.getSharedCacheMode()Access to theSharedCacheModeto determine if the second-level cache is enabled.Methods in org.hibernate.boot.spi with parameters of type SharedCacheModeModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applySharedCacheMode(SharedCacheMode cacheMode) -
Uses of SharedCacheMode in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type SharedCacheModeModifier and TypeMethodDescriptionConfiguration.setSharedCacheMode(SharedCacheMode sharedCacheMode) Sets theSharedCacheModeto use. -
Uses of SharedCacheMode in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return SharedCacheModeModifier and TypeMethodDescriptionParsedPersistenceXmlDescriptor.getSharedCacheMode()PersistenceUnitInfoDescriptor.getSharedCacheMode() -
Uses of SharedCacheMode in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return SharedCacheMode