Uses of Class
org.jcp.persistence.PersistenceUnitCachingType
-
Packages that use PersistenceUnitCachingType Package Description org.jcp.persistence -
-
Uses of PersistenceUnitCachingType in org.jcp.persistence
Fields in org.jcp.persistence declared as PersistenceUnitCachingType Modifier and Type Field Description protected PersistenceUnitCachingTypePersistence.PersistenceUnit. sharedCacheModeMethods in org.jcp.persistence 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 org.jcp.persistence with parameters of type PersistenceUnitCachingType Modifier and Type Method Description voidPersistence.PersistenceUnit. setSharedCacheMode(PersistenceUnitCachingType value)Sets the value of the sharedCacheMode property.Persistence.PersistenceUnitPersistence.PersistenceUnit. withSharedCacheMode(PersistenceUnitCachingType value)
-