Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.PersistenceUnitRefType
-
Packages that use PersistenceUnitRefType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 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 PersistenceUnitRefType Modifier and Type Method Description PersistenceUnitRefType<T>PersistenceUnitRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementPersistenceUnitRefType<T>PersistenceUnitRefType. id(String id)Sets theidattributePersistenceUnitRefType<T>PersistenceUnitRefType. mappedName(String mappedName)Sets themapped-nameelementPersistenceUnitRefType<T>PersistenceUnitRefType. persistenceUnitName(String persistenceUnitName)Sets thepersistence-unit-nameelementPersistenceUnitRefType<T>PersistenceUnitRefType. persistenceUnitRefName(String persistenceUnitRefName)Sets thepersistence-unit-ref-nameelementPersistenceUnitRefType<T>PersistenceUnitRefType. removeAllDescription()Removes thedescriptionelementPersistenceUnitRefType<T>PersistenceUnitRefType. removeAllInjectionTarget()Removes allinjection-targetelementsPersistenceUnitRefType<T>PersistenceUnitRefType. removeId()Removes theidattributePersistenceUnitRefType<T>PersistenceUnitRefType. removeMappedName()Removes themapped-nameelementPersistenceUnitRefType<T>PersistenceUnitRefType. removePersistenceUnitName()Removes thepersistence-unit-nameelementPersistenceUnitRefType<T>PersistenceUnitRefType. removePersistenceUnitRefName()Removes thepersistence-unit-ref-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type PersistenceUnitRefType Modifier and Type Method Description InjectionTargetType<PersistenceUnitRefType<T>>PersistenceUnitRefType. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<PersistenceUnitRefType<T>>>PersistenceUnitRefType. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<PersistenceUnitRefType<T>>PersistenceUnitRefType. 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 PersistenceUnitRefType Modifier and Type Class Description classPersistenceUnitRefTypeImpl<T>This class implements thepersistence-unit-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return PersistenceUnitRefType Modifier and Type Method Description PersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. id(String id)Sets theidattributePersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. mappedName(String mappedName)Sets themapped-nameelementPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. persistenceUnitName(String persistenceUnitName)Sets thepersistence-unit-nameelementPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. persistenceUnitRefName(String persistenceUnitRefName)Sets thepersistence-unit-ref-nameelementPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. removeAllDescription()Removes thedescriptionelementPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. removeAllInjectionTarget()Removes allinjection-targetelementsPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. removeId()Removes theidattributePersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. removeMappedName()Removes themapped-nameelementPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. removePersistenceUnitName()Removes thepersistence-unit-nameelementPersistenceUnitRefType<T>PersistenceUnitRefTypeImpl. removePersistenceUnitRefName()Removes thepersistence-unit-ref-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type PersistenceUnitRefType Modifier and Type Method Description InjectionTargetType<PersistenceUnitRefType<T>>PersistenceUnitRefTypeImpl. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<PersistenceUnitRefType<T>>>PersistenceUnitRefTypeImpl. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<PersistenceUnitRefType<T>>PersistenceUnitRefTypeImpl. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.
-