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

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

Uses of Persistence in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return Persistence
 Persistence JpaFactory.buildPersistence(PersistenceXml parent, XmlPersistence xmlPersistence)
           
 

Methods in org.eclipse.jpt.core with parameters of type Persistence
 PersistenceUnit JpaFactory.buildPersistenceUnit(Persistence parent, XmlPersistenceUnit persistenceUnit)
           
 

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

Methods in org.eclipse.jpt.core.context.persistence that return Persistence
 Persistence PersistenceXml.addPersistence()
          Add a persistence node to the persistence.xml file and return the object representing it.
 Persistence PersistenceUnit.getParent()
           
 Persistence PersistenceXml.getPersistence()
          Return the content represented by the root of the persistence.xml file.