Dali Provisional API
Release 3.2

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
 

Fields in org.eclipse.jpt.jpa.core with type parameters of type JpaRootContextNode
static org.eclipse.jpt.common.utility.transformer.Transformer<JpaProject,JpaRootContextNode> JpaProject.ROOT_CONTEXT_NODE_TRANSFORMER
           
 

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.
protected  JpaRootContextNode JpaProject.RootContextNodeTransformer.transform_(JpaProject jpaProject)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JpaRootContextNode
 PersistenceXml JpaFactory.buildPersistenceXml(JpaRootContextNode parent, JptXmlResource 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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.