Uses of Interface
org.eclipse.jpt.core.context.persistence.PersistenceXml

Packages that use PersistenceXml
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.persistence   
 

Uses of PersistenceXml in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return PersistenceXml
 PersistenceXml JpaFactory.buildPersistenceXml(JpaRootContextNode parent, JpaXmlResource resource)
           
 

Methods in org.eclipse.jpt.core with parameters of type PersistenceXml
 Persistence JpaFactory.buildPersistence(PersistenceXml parent, XmlPersistence resourcePersistence)
           
 

Uses of PersistenceXml in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return PersistenceXml
 PersistenceXml JpaRootContextNode.getPersistenceXml()
          Return the content represented by the persistence.xml file associated with this project.
 

Uses of PersistenceXml in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return PersistenceXml
 PersistenceXml Persistence.getParent()