ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Class
org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceUnitCachingType

Packages that use PersistenceUnitCachingType
org.jboss.shrinkwrap.descriptor.api.persistence20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of PersistenceUnitCachingType in org.jboss.shrinkwrap.descriptor.api.persistence20
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return PersistenceUnitCachingType
static PersistenceUnitCachingType PersistenceUnitCachingType.getFromStringValue(String value)
           
 PersistenceUnitCachingType PersistenceUnit.getSharedCacheMode()
          Returns the shared-cache-mode element
static PersistenceUnitCachingType PersistenceUnitCachingType.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.jboss.shrinkwrap.descriptor.api.persistence20 with parameters of type PersistenceUnitCachingType
 PersistenceUnit<T> PersistenceUnit.sharedCacheMode(PersistenceUnitCachingType sharedCacheMode)
          Sets the shared-cache-mode element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.