Uses of Enum Class
io.helidon.integrations.cdi.jpa.jaxb.PersistenceUnitCachingType
-
Uses of PersistenceUnitCachingType in io.helidon.integrations.cdi.jpa.jaxb
Modifier and TypeFieldDescriptionprotected PersistenceUnitCachingType
Persistence.PersistenceUnit.sharedCacheMode
Modifier and TypeMethodDescriptionstatic PersistenceUnitCachingType
Persistence.PersistenceUnit.getSharedCacheMode()
Gets the value of the sharedCacheMode property.static PersistenceUnitCachingType
Returns 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.Modifier and TypeMethodDescriptionvoid
Persistence.PersistenceUnit.setSharedCacheMode
(PersistenceUnitCachingType value) Sets the value of the sharedCacheMode property.