Uses of Class
jakarta.persistence.SharedCacheMode
-
Packages that use SharedCacheMode Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.jakarta.persistence.spi SPI for Jakarta Persistence providers -
-
Uses of SharedCacheMode in jakarta.persistence
Fields in jakarta.persistence declared as SharedCacheMode Modifier and Type Field Description private SharedCacheMode
PersistenceConfiguration. sharedCacheMode
Methods in jakarta.persistence that return SharedCacheMode Modifier and Type Method Description SharedCacheMode
PersistenceConfiguration. sharedCacheMode()
The shared cache mode.static SharedCacheMode
SharedCacheMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SharedCacheMode[]
SharedCacheMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.persistence with parameters of type SharedCacheMode Modifier and Type Method Description PersistenceConfiguration
PersistenceConfiguration. sharedCacheMode(SharedCacheMode sharedCacheMode)
Specify the shared cache mode for the persistence unit. -
Uses of SharedCacheMode in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return SharedCacheMode Modifier and Type Method Description SharedCacheMode
PersistenceUnitInfo. getSharedCacheMode()
Returns the specification of how the provider must use a second-level cache for the persistence unit.
-