Uses of Class
org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit

Packages that use XmlPersistenceUnit
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.resource.persistence   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

Uses of XmlPersistenceUnit in org.eclipse.jpt.jpa.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return XmlPersistenceUnit
 XmlPersistenceUnit PersistenceUnit.getXmlPersistenceUnit()
          Return the XML resource model corresponding to the persistence unit.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence with parameters of type XmlPersistenceUnit
 PersistenceUnit PersistenceXmlContextNodeFactory.buildPersistenceUnit(Persistence parent, XmlPersistenceUnit resourcePersistenceUnit)
           
 

Uses of XmlPersistenceUnit in org.eclipse.jpt.jpa.core.resource.persistence
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence that return XmlPersistenceUnit
 XmlPersistenceUnit PersistenceFactory.createXmlPersistenceUnit()
           
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence that return types with arguments of type XmlPersistenceUnit
 org.eclipse.emf.common.util.EList<XmlPersistenceUnit> XmlPersistence.getPersistenceUnits()
          Returns the value of the 'Persistence Units' containment reference list.
 

Uses of XmlPersistenceUnit in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Constructors in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type XmlPersistenceUnit
EclipseLinkPersistenceUnit(Persistence parent, XmlPersistenceUnit xmlPersistenceUnit)