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
Methods in jakarta.persistence that return SharedCacheMode Modifier and Type Method Description static SharedCacheMode
SharedCacheMode. valueOf(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. -
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.
-