Dali Provisional API
Release 3.2

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

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

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

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

Methods in org.eclipse.jpt.jpa.core that return JpaContextRoot
 JpaContextRoot JpaFactory.buildContextRoot(JpaProject jpaProject)
          Build a (/an updated) context root for the specified JPA project.
 JpaContextRoot JpaProject.getContextRoot()
          Return the root of the JPA project's context model.
 JpaContextRoot JpaProject.ContextRootTransformer.transform(JpaProject jpaProject)
           
 

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

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.