Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.PersistenceContextRefType
Packages that use PersistenceContextRefType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of PersistenceContextRefType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return PersistenceContextRefTypeModifier and TypeMethodDescriptionPersistenceContextRefType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theidattributePersistenceContextRefType.mappedName(String mappedName) Sets themapped-nameelementPersistenceContextRefType.persistenceContextRefName(String persistenceContextRefName) Sets thepersistence-context-ref-nameelementPersistenceContextRefType.persistenceContextType(String persistenceContextType) Sets thepersistence-context-typeelementPersistenceContextRefType.persistenceContextType(PersistenceContextTypeType persistenceContextType) Sets thepersistence-context-typeelementPersistenceContextRefType.persistenceUnitName(String persistenceUnitName) Sets thepersistence-unit-nameelementPersistenceContextRefType.removeAllDescription()Removes thedescriptionelementPersistenceContextRefType.removeAllInjectionTarget()Removes allinjection-targetelementsPersistenceContextRefType.removeAllPersistenceProperty()Removes allpersistence-propertyelementsPersistenceContextRefType.removeId()Removes theidattributePersistenceContextRefType.removeMappedName()Removes themapped-nameelementPersistenceContextRefType.removePersistenceContextRefName()Removes thepersistence-context-ref-nameelementPersistenceContextRefType.removePersistenceContextType()Removes thepersistence-context-typeattributePersistenceContextRefType.removePersistenceUnitName()Removes thepersistence-unit-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type PersistenceContextRefTypeModifier and TypeMethodDescriptionPersistenceContextRefType.createInjectionTarget()Creates a newinjection-targetelementPersistenceContextRefType.createPersistenceProperty()Creates a newpersistence-propertyelementPersistenceContextRefType.getAllInjectionTarget()Returns allinjection-targetelementsPersistenceContextRefType.getAllPersistenceProperty()Returns allpersistence-propertyelementsPersistenceContextRefType.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.PersistenceContextRefType.getOrCreatePersistenceProperty()If not already created, a newpersistence-propertyelement will be created and returned. -
Uses of PersistenceContextRefType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement PersistenceContextRefTypeModifier and TypeClassDescriptionclassThis class implements thepersistence-context-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return PersistenceContextRefTypeModifier and TypeMethodDescriptionPersistenceContextRefTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theidattributePersistenceContextRefTypeImpl.mappedName(String mappedName) Sets themapped-nameelementPersistenceContextRefTypeImpl.persistenceContextRefName(String persistenceContextRefName) Sets thepersistence-context-ref-nameelementPersistenceContextRefTypeImpl.persistenceContextType(String persistenceContextType) Sets thepersistence-context-typeelementPersistenceContextRefTypeImpl.persistenceContextType(PersistenceContextTypeType persistenceContextType) Sets thepersistence-context-typeelementPersistenceContextRefTypeImpl.persistenceUnitName(String persistenceUnitName) Sets thepersistence-unit-nameelementPersistenceContextRefTypeImpl.removeAllDescription()Removes thedescriptionelementPersistenceContextRefTypeImpl.removeAllInjectionTarget()Removes allinjection-targetelementsPersistenceContextRefTypeImpl.removeAllPersistenceProperty()Removes allpersistence-propertyelementsPersistenceContextRefTypeImpl.removeId()Removes theidattributePersistenceContextRefTypeImpl.removeMappedName()Removes themapped-nameelementPersistenceContextRefTypeImpl.removePersistenceContextRefName()Removes thepersistence-context-ref-nameelementPersistenceContextRefTypeImpl.removePersistenceContextType()Removes thepersistence-context-typeattributePersistenceContextRefTypeImpl.removePersistenceUnitName()Removes thepersistence-unit-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type PersistenceContextRefTypeModifier and TypeMethodDescriptionPersistenceContextRefTypeImpl.createInjectionTarget()Creates a newinjection-targetelementPersistenceContextRefTypeImpl.createPersistenceProperty()Creates a newpersistence-propertyelementPersistenceContextRefTypeImpl.getAllInjectionTarget()Returns allinjection-targetelementsPersistenceContextRefTypeImpl.getAllPersistenceProperty()Returns allpersistence-propertyelementsPersistenceContextRefTypeImpl.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.PersistenceContextRefTypeImpl.getOrCreatePersistenceProperty()If not already created, a newpersistence-propertyelement will be created and returned.