Uses of Class
org.glassfish.osgijpa.dd.PersistenceUnitCachingType

Packages that use PersistenceUnitCachingType
org.glassfish.osgijpa.dd   
 

Uses of PersistenceUnitCachingType in org.glassfish.osgijpa.dd
 

Fields in org.glassfish.osgijpa.dd declared as PersistenceUnitCachingType
protected  PersistenceUnitCachingType Persistence.PersistenceUnit.sharedCacheMode
           
 

Methods in org.glassfish.osgijpa.dd that return PersistenceUnitCachingType
static PersistenceUnitCachingType PersistenceUnitCachingType.fromValue(java.lang.String v)
           
 PersistenceUnitCachingType Persistence.PersistenceUnit.getSharedCacheMode()
          Gets the value of the sharedCacheMode property.
static PersistenceUnitCachingType PersistenceUnitCachingType.valueOf(java.lang.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.glassfish.osgijpa.dd with parameters of type PersistenceUnitCachingType
 void Persistence.PersistenceUnit.setSharedCacheMode(PersistenceUnitCachingType value)
          Sets the value of the sharedCacheMode property.
 



Copyright © 2011 GlassFish Community. All Rights Reserved.