Uses of Enum Class
jakarta.persistence.SharedCacheMode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
SPI for Jakarta Persistence providers
-
Uses of SharedCacheMode in jakarta.persistence
Modifier and TypeMethodDescriptionPersistenceConfiguration.sharedCacheMode()
The shared cache mode.static SharedCacheMode
Returns 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.Modifier and TypeMethodDescriptionPersistenceConfiguration.sharedCacheMode
(SharedCacheMode sharedCacheMode) Specify the shared cache mode for the persistence unit. -
Uses of SharedCacheMode in jakarta.persistence.spi
Modifier and TypeMethodDescriptionPersistenceUnitInfo.getSharedCacheMode()
Returns the specification of how the provider must use a second-level cache for the persistence unit.