Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.PersistenceUnitRefType
Packages that use PersistenceUnitRefType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return PersistenceUnitRefTypeModifier and TypeMethodDescriptionPersistenceUnitRefType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theidattributePersistenceUnitRefType.mappedName(String mappedName) Sets themapped-nameelementPersistenceUnitRefType.persistenceUnitName(String persistenceUnitName) Sets thepersistence-unit-nameelementPersistenceUnitRefType.persistenceUnitRefName(String persistenceUnitRefName) Sets thepersistence-unit-ref-nameelementPersistenceUnitRefType.removeAllDescription()Removes thedescriptionelementPersistenceUnitRefType.removeAllInjectionTarget()Removes allinjection-targetelementsPersistenceUnitRefType.removeId()Removes theidattributePersistenceUnitRefType.removeMappedName()Removes themapped-nameelementPersistenceUnitRefType.removePersistenceUnitName()Removes thepersistence-unit-nameelementPersistenceUnitRefType.removePersistenceUnitRefName()Removes thepersistence-unit-ref-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type PersistenceUnitRefTypeModifier and TypeMethodDescriptionPersistenceUnitRefType.createInjectionTarget()Creates a newinjection-targetelementPersistenceUnitRefType.getAllInjectionTarget()Returns allinjection-targetelementsPersistenceUnitRefType.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned. -
Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement PersistenceUnitRefTypeModifier and TypeClassDescriptionclassThis class implements thepersistence-unit-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return PersistenceUnitRefTypeModifier and TypeMethodDescriptionPersistenceUnitRefTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theidattributePersistenceUnitRefTypeImpl.mappedName(String mappedName) Sets themapped-nameelementPersistenceUnitRefTypeImpl.persistenceUnitName(String persistenceUnitName) Sets thepersistence-unit-nameelementPersistenceUnitRefTypeImpl.persistenceUnitRefName(String persistenceUnitRefName) Sets thepersistence-unit-ref-nameelementPersistenceUnitRefTypeImpl.removeAllDescription()Removes thedescriptionelementPersistenceUnitRefTypeImpl.removeAllInjectionTarget()Removes allinjection-targetelementsPersistenceUnitRefTypeImpl.removeId()Removes theidattributePersistenceUnitRefTypeImpl.removeMappedName()Removes themapped-nameelementPersistenceUnitRefTypeImpl.removePersistenceUnitName()Removes thepersistence-unit-nameelementPersistenceUnitRefTypeImpl.removePersistenceUnitRefName()Removes thepersistence-unit-ref-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type PersistenceUnitRefTypeModifier and TypeMethodDescriptionPersistenceUnitRefTypeImpl.createInjectionTarget()Creates a newinjection-targetelementPersistenceUnitRefTypeImpl.getAllInjectionTarget()Returns allinjection-targetelementsPersistenceUnitRefTypeImpl.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.