Uses of Interface
org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription

Packages that use JpaPlatformDescription
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.libprov   
org.eclipse.jpt.jpa.core.platform   
org.eclipse.jpt.jpa.eclipselink.core.platform   
 

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

Methods in org.eclipse.jpt.jpa.core that return JpaPlatformDescription
static JpaPlatformDescription JptJpaCorePlugin.getDefaultJpaPlatform(org.eclipse.wst.common.project.facet.core.IProjectFacetVersion jpaFacetVersion)
          Return the default JpaPlatformDescription for new JPA projects with the given JPA facet version.
 JpaPlatformDescription JpaPlatform.getDescription()
          Return the description for this platform
static JpaPlatformDescription JptJpaCorePlugin.getJpaPlatformDescription(org.eclipse.core.resources.IProject project)
          Return the JPA platform description associated with the specified Eclipse project.
 

Uses of JpaPlatformDescription in org.eclipse.jpt.jpa.core.libprov
 

Methods in org.eclipse.jpt.jpa.core.libprov that return JpaPlatformDescription
 JpaPlatformDescription JpaLibraryProviderInstallOperationConfig.getJpaPlatform()
           
 

Methods in org.eclipse.jpt.jpa.core.libprov with parameters of type JpaPlatformDescription
 void JpaLibraryProviderInstallOperationConfig.setJpaPlatform(JpaPlatformDescription jpaPlatform)
           
 

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

Fields in org.eclipse.jpt.jpa.core.platform declared as JpaPlatformDescription
static JpaPlatformDescription GenericPlatform.VERSION_1_0
           
static JpaPlatformDescription GenericPlatform.VERSION_2_0
           
 

Methods in org.eclipse.jpt.jpa.core.platform that return JpaPlatformDescription
 JpaPlatformDescription JpaPlatformManager.getDefaultJpaPlatform(org.eclipse.wst.common.project.facet.core.IProjectFacetVersion jpaFacetVersion)
          Returns the first JPA platform registered as a default platform and which supports the given JPA facet version.
 JpaPlatformDescription JpaPlatformManager.getJpaPlatform(java.lang.String platformId)
           
 

Methods in org.eclipse.jpt.jpa.core.platform that return types with arguments of type JpaPlatformDescription
 java.lang.Iterable<JpaPlatformDescription> JpaPlatformManager.getJpaPlatforms()
           
 java.lang.Iterable<JpaPlatformDescription> JpaPlatformGroupDescription.getPlatforms()
           
 

Uses of JpaPlatformDescription in org.eclipse.jpt.jpa.eclipselink.core.platform
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.platform declared as JpaPlatformDescription
static JpaPlatformDescription EclipseLinkPlatform.VERSION_1_0
           
static JpaPlatformDescription EclipseLinkPlatform.VERSION_1_1
           
static JpaPlatformDescription EclipseLinkPlatform.VERSION_1_2
           
static JpaPlatformDescription EclipseLinkPlatform.VERSION_2_0
           
static JpaPlatformDescription EclipseLinkPlatform.VERSION_2_1
           
static JpaPlatformDescription EclipseLinkPlatform.VERSION_2_2
           
static JpaPlatformDescription EclipseLinkPlatform.VERSION_2_3