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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PersistenceUnitRefType
 PersistenceUnitRefType<ServiceBeanType<T>> ServiceBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<GenericBeanType<T>> GenericBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 PersistenceUnitRefType<ServiceBeanType<T>> ServiceBeanType.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<GenericBeanType<T>> GenericBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 

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

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

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



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