Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee6.PersistenceContextTypeType

Packages that use PersistenceContextTypeType
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of PersistenceContextTypeType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return PersistenceContextTypeType
static PersistenceContextTypeType PersistenceContextTypeType.getFromStringValue(String value)
           
 PersistenceContextTypeType PersistenceContextRefType.getPersistenceContextType()
          Returns the persistence-context-type element
static PersistenceContextTypeType PersistenceContextTypeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PersistenceContextTypeType[] PersistenceContextTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 with parameters of type PersistenceContextTypeType
 PersistenceContextRefType<T> PersistenceContextRefType.persistenceContextType(PersistenceContextTypeType persistenceContextType)
          Sets the persistence-context-type element
 

Uses of PersistenceContextTypeType in org.jboss.shrinkwrap.descriptor.api.jbosscommon60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return PersistenceContextTypeType
 PersistenceContextTypeType PersistenceContextRefType.getPersistenceContextType()
          Returns the persistence-context-type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 with parameters of type PersistenceContextTypeType
 PersistenceContextRefType<T> PersistenceContextRefType.persistenceContextType(PersistenceContextTypeType persistenceContextType)
          Sets the persistence-context-type element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.