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

Packages that use PersistenceUnitRefType
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 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.ignoreDependency()
          Sets the ignore-dependency element
 PersistenceUnitRefType<T> PersistenceUnitRefType.jndiName(String jndiName)
          Sets the jndi-name 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.removeId()
          Removes the id attribute
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeIgnoreDependency()
          Removes the ignore-dependency element
 PersistenceUnitRefType<T> PersistenceUnitRefType.removeJndiName()
          Removes the jndi-name element
 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.jbosscommon60 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.jbossweb60
 

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

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



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