ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return PersistenceUnitRefType
 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.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<EntityBeanType<T>> EntityBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 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.
 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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type PersistenceUnitRefType
 List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<InterceptorType<T>>> InterceptorType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<SessionBeanType<T>>> SessionBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<PersistenceUnitRefType<EntityBeanType<T>>> EntityBeanType.getAllPersistenceUnitRef()
          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.description(String... values)
          Creates for all String objects representing description elements, a new description element
 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.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.javaee5 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.