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 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<ApplicationDescriptor> ApplicationDescriptor.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<ApplicationType<T>> ApplicationType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 PersistenceUnitRefType<ApplicationDescriptor> ApplicationDescriptor.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type PersistenceUnitRefType
 List<PersistenceUnitRefType<ApplicationType<T>>> ApplicationType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<ApplicationDescriptor>> ApplicationDescriptor.getAllPersistenceUnitRef()
          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<SessionBeanType<T>> SessionBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<EntityBeanType<T>> EntityBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<InterceptorType<T>> InterceptorType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 PersistenceUnitRefType<EntityBeanType<T>> EntityBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 PersistenceUnitRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 PersistenceUnitRefType<InterceptorType<T>> InterceptorType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type PersistenceUnitRefType
 List<PersistenceUnitRefType<SessionBeanType<T>>> SessionBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<EntityBeanType<T>>> EntityBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<InterceptorType<T>>> InterceptorType.getAllPersistenceUnitRef()
          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.description(String... values)
          Creates for all String objects representing description elements, a new description element
 PersistenceUnitRefType<T> PersistenceUnitRefType.id(String id)
          Sets the id attribute
 PersistenceUnitRefType<T> PersistenceUnitRefType.mappedName(String mappedName)
          Sets the mapped-name element
 PersistenceUnitRefType<T> PersistenceUnitRefType.persistenceUnitName(String persistenceUnitName)
          Sets the persistence-unit-name element
 PersistenceUnitRefType<T> PersistenceUnitRefType.persistenceUnitRefName(String persistenceUnitRefName)
          Sets the persistence-unit-ref-name element
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeAllDescription()
          Removes the description element
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeId()
          Removes the id attribute
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type PersistenceUnitRefType
 InjectionTargetType<PersistenceUnitRefType<T>> PersistenceUnitRefType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<PersistenceUnitRefType<T>>> PersistenceUnitRefType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<PersistenceUnitRefType<T>> PersistenceUnitRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return PersistenceUnitRefType
 PersistenceUnitRefType<WebAppDescriptor> WebAppDescriptor.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<WebAppDescriptor> WebAppDescriptor.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type PersistenceUnitRefType
 List<PersistenceUnitRefType<WebAppDescriptor>> WebAppDescriptor.getAllPersistenceUnitRef()
          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<WebAppType<T>> WebAppType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<WebFragmentType<T>> WebFragmentType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<WebAppType<T>> WebAppType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 PersistenceUnitRefType<WebFragmentType<T>> WebFragmentType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type PersistenceUnitRefType
 List<PersistenceUnitRefType<WebAppType<T>>> WebAppType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<WebFragmentType<T>>> WebFragmentType.getAllPersistenceUnitRef()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 

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



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