Uses of Interface
org.eclipse.jpt.core.context.JpaRootContextNode

Packages that use JpaRootContextNode
org.eclipse.jpt.core   
 

Uses of JpaRootContextNode in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JpaRootContextNode
 JpaRootContextNode JpaFactory.buildRootContext(JpaProject jpaProject)
          Build a (/an updated) root context node to be associated with the given JPA project.
 JpaRootContextNode JpaProject.getRootContext()
          Return the JpaRootContextNode representing the JPA content of this project
 

Methods in org.eclipse.jpt.core with parameters of type JpaRootContextNode
 PersistenceXml JpaFactory.buildPersistenceXml(JpaRootContextNode parent, PersistenceResource persistenceResource)