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

Packages that use JpaPlatform
org.eclipse.jpt.core   
org.eclipse.jpt.ui   
 

Uses of JpaPlatform in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.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.
static JpaPlatform JptCorePlugin.getJpaPlatform(org.eclipse.core.resources.IProject project)
          Return the JPA platform associated with the specified Eclipse project.
 

Uses of JpaPlatform in org.eclipse.jpt.ui
 

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