Uses of Enum Class
io.helidon.integrations.cdi.jpa.jaxb.PersistenceUnitCachingType
Packages that use PersistenceUnitCachingType
-
Uses of PersistenceUnitCachingType in io.helidon.integrations.cdi.jpa.jaxb
Fields in io.helidon.integrations.cdi.jpa.jaxb declared as PersistenceUnitCachingTypeModifier and TypeFieldDescriptionprotected PersistenceUnitCachingTypePersistence.PersistenceUnit.sharedCacheModeDefines whether caching is enabled for the persistence unit if caching is supported by the persistence provider.Methods in io.helidon.integrations.cdi.jpa.jaxb that return PersistenceUnitCachingTypeModifier and TypeMethodDescriptionstatic PersistenceUnitCachingTypePersistence.PersistenceUnit.getSharedCacheMode()Defines whether caching is enabled for the persistence unit if caching is supported by the persistence provider.static PersistenceUnitCachingTypeReturns the enum constant of this class with the specified name.static PersistenceUnitCachingType[]PersistenceUnitCachingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.integrations.cdi.jpa.jaxb with parameters of type PersistenceUnitCachingTypeModifier and TypeMethodDescriptionvoidPersistence.PersistenceUnit.setSharedCacheMode(PersistenceUnitCachingType value) Sets the value of the sharedCacheMode property.