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

Packages that use JpaPlatform
org.eclipse.jpt.jpa.core   
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(java.lang.String id)
          Build the JPA platform with the specified ID.
 JpaPlatform JpaProject.getJpaPlatform()
          Return the vendor-specific JPA platform that builds the JPA project and its contents.
 JpaPlatform JpaProject.Config.getJpaPlatform()
          Return the JPA platform to be associated with the new JPA project.
 

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

Methods in org.eclipse.jpt.jpa.core.platform that return JpaPlatform
 JpaPlatform JpaPlatformManager.buildJpaPlatformImplementation(org.eclipse.core.resources.IProject project)
           
 

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

Methods in org.eclipse.jpt.jpa.ui with parameters of type JpaPlatform
 JpaNavigatorProvider JptJpaUiPlugin.getJpaNavigatorProvider(JpaPlatform jpaPlatform)
           
 JpaPlatformUi JptJpaUiPlugin.getJpaPlatformUi(JpaPlatform jpaPlatform)
          Return the JPA platform UI corresponding to the specified JPA platform.