Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbosscommon51.PersistenceContextRefType

Packages that use PersistenceContextRefType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

Uses of PersistenceContextRefType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PersistenceContextRefType
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanType.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceContextRefType<ServiceBeanType<T>> ServiceBeanType.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanType.persistenceContextRef()
          Returns the persistence-context-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type PersistenceContextRefType
 java.util.List<PersistenceContextRefType<GenericBeanType<T>>> GenericBeanType.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceContextRefType<ServiceBeanType<T>>> ServiceBeanType.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceContextRefType<SessionBeanType<T>>> SessionBeanType.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 

Uses of PersistenceContextRefType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return PersistenceContextRefType
 PersistenceContextRefType<T> PersistenceContextRefType.ignoreDependency()
           
 PersistenceContextRefType<T> PersistenceContextRefType.removeAllDescription()
          Removes the description element
 PersistenceContextRefType<T> PersistenceContextRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 PersistenceContextRefType<T> PersistenceContextRefType.removeAllPersistenceProperty()
          Removes all persistence-property elements
 PersistenceContextRefType<T> PersistenceContextRefType.removeJndiName()
          Removes the jndi-name element
 PersistenceContextRefType<T> PersistenceContextRefType.removeMappedName()
          Removes the mapped-name element
 PersistenceContextRefType<T> PersistenceContextRefType.removePersistenceContextRefName()
          Removes the persistence-context-ref-name element
 PersistenceContextRefType<T> PersistenceContextRefType.removePersistenceUnitName()
          Removes the persistence-unit-name element
 PersistenceContextRefType<T> PersistenceContextRefType.setDescription(java.lang.String description)
          Creates a new description element
 PersistenceContextRefType<T> PersistenceContextRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 PersistenceContextRefType<T> PersistenceContextRefType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefType.setPersistenceContextRefName(java.lang.String persistenceContextRefName)
          If not already created, a new persistence-context-ref-name element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefType.setPersistenceContextType(PersistenceContextTypeType persistenceContextType)
          If not already created, a new persistence-context-type element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefType.setPersistenceContextType(java.lang.String persistenceContextType)
          If not already created, a new persistence-context-type element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefType.setPersistenceUnitName(java.lang.String persistenceUnitName)
          If not already created, a new persistence-unit-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type PersistenceContextRefType
 java.util.List<InjectionTargetType<PersistenceContextRefType<T>>> PersistenceContextRefType.getInjectionTargetList()
          Returns all injection-target elements
 java.util.List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefType.getPersistencePropertyList()
          Returns all persistence-property elements
 InjectionTargetType<PersistenceContextRefType<T>> PersistenceContextRefType.injectionTarget()
          Returns the injection-target element
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.persistenceProperty()
          Returns the persistence-property element
 

Uses of PersistenceContextRefType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return PersistenceContextRefType
 PersistenceContextRefType<ServiceBeanType<T>> ServiceBeanTypeImpl.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanTypeImpl.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanTypeImpl.persistenceContextRef()
          Returns the persistence-context-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type PersistenceContextRefType
 java.util.List<PersistenceContextRefType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceContextRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceContextRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 

Uses of PersistenceContextRefType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement PersistenceContextRefType
 class PersistenceContextRefTypeImpl<T>
          This class implements the persistence-context-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return PersistenceContextRefType
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.ignoreDependency()
           
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.removeAllDescription()
          Removes the description element
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.removeAllPersistenceProperty()
          Removes all persistence-property elements
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.removeJndiName()
          Removes the jndi-name element
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.removePersistenceContextRefName()
          Removes the persistence-context-ref-name element
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.removePersistenceUnitName()
          Removes the persistence-unit-name element
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setPersistenceContextRefName(java.lang.String persistenceContextRefName)
          If not already created, a new persistence-context-ref-name element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setPersistenceContextType(PersistenceContextTypeType persistenceContextType)
          If not already created, a new persistence-context-type element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setPersistenceContextType(java.lang.String persistenceContextType)
          If not already created, a new persistence-context-type element with the given value will be created.
 PersistenceContextRefType<T> PersistenceContextRefTypeImpl.setPersistenceUnitName(java.lang.String persistenceUnitName)
          If not already created, a new persistence-unit-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return types with arguments of type PersistenceContextRefType
 java.util.List<InjectionTargetType<PersistenceContextRefType<T>>> PersistenceContextRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 java.util.List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefTypeImpl.getPersistencePropertyList()
          Returns all persistence-property elements
 InjectionTargetType<PersistenceContextRefType<T>> PersistenceContextRefTypeImpl.injectionTarget()
          Returns the injection-target element
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefTypeImpl.persistenceProperty()
          Returns the persistence-property element