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.sharedCacheModeMethods in io.helidon.integrations.cdi.jpa.jaxb that return PersistenceUnitCachingTypeModifier and TypeMethodDescriptionstatic PersistenceUnitCachingTypePersistence.PersistenceUnit.getSharedCacheMode()Gets the value of the sharedCacheMode property.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.