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

Packages that use PersistenceUnitRefType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return PersistenceUnitRefType
 PersistenceUnitRefType<ApplicationType<T>> ApplicationType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<Application6Descriptor> Application6Descriptor.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 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.ejbjar31 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.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 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.javaee6 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.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return PersistenceUnitRefType
 PersistenceUnitRefType<WebApp30Descriptor> WebApp30Descriptor.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<WebApp30Descriptor>> WebApp30Descriptor.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return PersistenceUnitRefType
 PersistenceUnitRefType<WebFragmentType<T>> WebFragmentType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<WebAppType<T>> WebAppType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return PersistenceUnitRefType
 PersistenceUnitRefType<WebFragment30Descriptor> WebFragment30Descriptor.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<WebFragment30Descriptor>> WebFragment30Descriptor.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return PersistenceUnitRefType
 PersistenceUnitRefType<Application6Descriptor> Application6DescriptorImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<ApplicationType<T>> ApplicationTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<Application6Descriptor>> Application6DescriptorImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<ApplicationType<T>>> ApplicationTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 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.ejbjar31 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.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 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.javaee6 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
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return PersistenceUnitRefType
 PersistenceUnitRefType<WebApp30Descriptor> WebApp30DescriptorImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<WebApp30Descriptor>> WebApp30DescriptorImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return PersistenceUnitRefType
 PersistenceUnitRefType<WebFragmentType<T>> WebFragmentTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 PersistenceUnitRefType<WebAppType<T>> WebAppTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<WebFragmentType<T>>> WebFragmentTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<PersistenceUnitRefType<WebAppType<T>>> WebAppTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return PersistenceUnitRefType
 PersistenceUnitRefType<WebFragment30Descriptor> WebFragment30DescriptorImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type PersistenceUnitRefType
 java.util.List<PersistenceUnitRefType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements