Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee5.PersistenceUnitRefType

Packages that use PersistenceUnitRefType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
 

Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return PersistenceUnitRefType
 PersistenceUnitRefType<InterceptorType<T>> InterceptorType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<EntityBeanType<T>> EntityBeanType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<InterceptorType<T>>> InterceptorType.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> SessionBeanType.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<EntityBeanType<T>>> EntityBeanType.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 

Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return PersistenceUnitRefType
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeAllDescription()
          Removes the description element
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeMappedName()
          Removes the mapped-name element
 PersistenceUnitRefType<T> PersistenceUnitRefType.removePersistenceUnitName()
          Removes the persistence-unit-name element
 PersistenceUnitRefType<T> PersistenceUnitRefType.removePersistenceUnitRefName()
          Removes the persistence-unit-ref-name element
 PersistenceUnitRefType<T> PersistenceUnitRefType.setDescription(java.lang.String description)
          Creates a new description element
 PersistenceUnitRefType<T> PersistenceUnitRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 PersistenceUnitRefType<T> PersistenceUnitRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 PersistenceUnitRefType<T> PersistenceUnitRefType.setPersistenceUnitName(java.lang.String persistenceUnitName)
          If not already created, a new persistence-unit-name element with the given value will be created.
 PersistenceUnitRefType<T> PersistenceUnitRefType.setPersistenceUnitRefName(java.lang.String persistenceUnitRefName)
          If not already created, a new persistence-unit-ref-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type PersistenceUnitRefType
 java.util.List<InjectionTargetType<PersistenceUnitRefType<T>>> PersistenceUnitRefType.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<PersistenceUnitRefType<T>> PersistenceUnitRefType.injectionTarget()
          Returns the injection-target element
 

Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return PersistenceUnitRefType
 PersistenceUnitRefType<EntityBeanType<T>> EntityBeanTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<InterceptorType<T>> InterceptorTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<EntityBeanType<T>>> EntityBeanTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<InterceptorType<T>>> InterceptorTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 

Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return PersistenceUnitRefType
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.removeAllDescription()
          Removes the description element
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.removePersistenceUnitName()
          Removes the persistence-unit-name element
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.removePersistenceUnitRefName()
          Removes the persistence-unit-ref-name element
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.setPersistenceUnitName(java.lang.String persistenceUnitName)
          If not already created, a new persistence-unit-name element with the given value will be created.
 PersistenceUnitRefType<T> PersistenceUnitRefTypeImpl.setPersistenceUnitRefName(java.lang.String persistenceUnitRefName)
          If not already created, a new persistence-unit-ref-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return types with arguments of type PersistenceUnitRefType
 java.util.List<InjectionTargetType<PersistenceUnitRefType<T>>> PersistenceUnitRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<PersistenceUnitRefType<T>> PersistenceUnitRefTypeImpl.injectionTarget()
          Returns the injection-target element