Uses of Class
io.helidon.integrations.cdi.jpa.jaxb.PersistenceUnitCachingType
-
Packages that use PersistenceUnitCachingType Package Description io.helidon.integrations.cdi.jpa.jaxb -
-
Uses of PersistenceUnitCachingType in io.helidon.integrations.cdi.jpa.jaxb
Fields in io.helidon.integrations.cdi.jpa.jaxb declared as PersistenceUnitCachingType Modifier and Type Field Description protected PersistenceUnitCachingTypePersistence.PersistenceUnit. sharedCacheModeMethods in io.helidon.integrations.cdi.jpa.jaxb that return PersistenceUnitCachingType Modifier and Type Method Description static PersistenceUnitCachingTypePersistenceUnitCachingType. fromValue(String v)PersistenceUnitCachingTypePersistence.PersistenceUnit. getSharedCacheMode()Gets the value of the sharedCacheMode property.static PersistenceUnitCachingTypePersistenceUnitCachingType. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistenceUnitCachingType[]PersistenceUnitCachingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.integrations.cdi.jpa.jaxb with parameters of type PersistenceUnitCachingType Modifier and Type Method Description voidPersistence.PersistenceUnit. setSharedCacheMode(PersistenceUnitCachingType value)Sets the value of the sharedCacheMode property.
-