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

Packages that use JpaRootContextNode
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.jpa2.context   
 

Uses of JpaRootContextNode in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JpaRootContextNode
 JpaRootContextNode JpaFactory.buildRootContextNode(JpaProject jpaProject)
          Build a (/an updated) root context node to be associated with the given JPA project.
 JpaRootContextNode JpaProject.getRootContextNode()
          Return the root of the JPA project's context model.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JpaRootContextNode
 PersistenceXml JpaFactory.buildPersistenceXml(JpaRootContextNode parent, JpaXmlResource resource)
           
 

Uses of JpaRootContextNode in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of JpaRootContextNode in org.eclipse.jpt.jpa.core.jpa2.context
 interface JpaRootContextNode2_0
          Root of the Dali JPA 2.0 context model.