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

Packages that use PersistenceContextRefType
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 PersistenceContextRefType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PersistenceContextRefType
 PersistenceContextRefType<ServiceBeanType<T>> ServiceBeanType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceContextRefType<ServiceBeanType<T>> ServiceBeanType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceContextRefType<GenericBeanType<T>> GenericBeanType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return PersistenceContextRefType
 PersistenceContextRefType<T> PersistenceContextRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 PersistenceContextRefType<T> PersistenceContextRefType.id(String id)
          Sets the id attribute
 PersistenceContextRefType<T> PersistenceContextRefType.ignoreDependency()
          Sets the ignore-dependency element
 PersistenceContextRefType<T> PersistenceContextRefType.jndiName(String jndiName)
          Sets the jndi-name element
 PersistenceContextRefType<T> PersistenceContextRefType.mappedName(String mappedName)
          Sets the mapped-name element
 PersistenceContextRefType<T> PersistenceContextRefType.persistenceContextRefName(String persistenceContextRefName)
          Sets the persistence-context-ref-name element
 PersistenceContextRefType<T> PersistenceContextRefType.persistenceContextType(PersistenceContextTypeType persistenceContextType)
          Sets the persistence-context-type element
 PersistenceContextRefType<T> PersistenceContextRefType.persistenceContextType(String persistenceContextType)
          Sets the persistence-context-type element
 PersistenceContextRefType<T> PersistenceContextRefType.persistenceUnitName(String persistenceUnitName)
          Sets the persistence-unit-name element
 PersistenceContextRefType<T> PersistenceContextRefType.removeAllDescription()
          Removes the description element
 PersistenceContextRefType<T> PersistenceContextRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 PersistenceContextRefType<T> PersistenceContextRefType.removeAllPersistenceProperty()
          Removes all persistence-property elements
 PersistenceContextRefType<T> PersistenceContextRefType.removeId()
          Removes the id attribute
 PersistenceContextRefType<T> PersistenceContextRefType.removeIgnoreDependency()
          Removes the ignore-dependency element
 PersistenceContextRefType<T> PersistenceContextRefType.removeJndiName()
          Removes the jndi-name element
 PersistenceContextRefType<T> PersistenceContextRefType.removeMappedName()
          Removes the mapped-name element
 PersistenceContextRefType<T> PersistenceContextRefType.removePersistenceContextRefName()
          Removes the persistence-context-ref-name element
 PersistenceContextRefType<T> PersistenceContextRefType.removePersistenceContextType()
          Removes the persistence-context-type attribute
 PersistenceContextRefType<T> PersistenceContextRefType.removePersistenceUnitName()
          Removes the persistence-unit-name element
 

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



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