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

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

Uses of PersistenceXml in org.eclipse.jpt.core
 

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

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

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

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