Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.JpaPlatform

Packages that use JpaPlatform
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.platform   
org.eclipse.jpt.jpa.ui   
 

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

Methods in org.eclipse.jpt.jpa.core that return JpaPlatform
 JpaPlatform JpaPlatformFactory.buildJpaPlatform(JpaPlatform.Config config)
          Build the JPA platform with the specified config.
 JpaPlatform JpaProject.Config.getJpaPlatform()
          Return the JPA platform to be associated with the new JPA project.
 JpaPlatform JpaPlatform.Config.getJpaPlatform()
          Build and return the config's JPA platform.
 JpaPlatform JpaNode.getJpaPlatform()
          Return the model's JPA platform.
 

Uses of JpaPlatform in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type JpaPlatform
static AccessType AccessType.fromJavaResourceModel(AccessType javaAccessType, JpaPlatform jpaPlatform, JptResourceType resourceType)
           
static AccessType AccessType.fromOrmResourceModel(String ormAccessType, JpaPlatform jpaPlatform, JptResourceType resourceType)
           
 

Uses of JpaPlatform in org.eclipse.jpt.jpa.core.platform
 

Methods in org.eclipse.jpt.jpa.core.platform that return JpaPlatform
 JpaPlatform JpaPlatformManager.getJpaPlatform(String jpaPlatformID)
          Return the JPA platform for the specified ID.
 

Uses of JpaPlatform in org.eclipse.jpt.jpa.ui
 

Methods in org.eclipse.jpt.jpa.ui with parameters of type JpaPlatform
 JpaPlatformUi JpaPlatformUiManager.getJpaPlatformUi(JpaPlatform jpaPlatform)
          Return the UI for the specified JPA platform.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.