Dali Provisional API
Release 3.2

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

Packages that use JpaPlatform.Config
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.libprov   
org.eclipse.jpt.jpa.core.platform   
 

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

Fields in org.eclipse.jpt.jpa.core with type parameters of type JpaPlatform.Config
static org.eclipse.jpt.common.utility.predicate.Predicate<JpaPlatform.Config> JpaPlatform.Config.IS_DEFAULT
           
 

Methods in org.eclipse.jpt.jpa.core that return JpaPlatform.Config
 JpaPlatform.Config JpaPlatform.getConfig()
          Return the JPA platform's config (i.e. the config defined by the JPA platform's plug-in extension).
 

Methods in org.eclipse.jpt.jpa.core that return types with arguments of type JpaPlatform.Config
 Iterable<JpaPlatform.Config> JpaPlatform.GroupConfig.getJpaPlatformConfigs()
          Return the JPA platform configs that belong to the group.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JpaPlatform.Config
 JpaPlatform JpaPlatformFactory.buildJpaPlatform(JpaPlatform.Config config)
          Build the JPA platform with the specified config.
 boolean JpaPlatform.Config.IsDefault.evaluate(JpaPlatform.Config config)
           
 

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

Methods in org.eclipse.jpt.jpa.core.libprov that return JpaPlatform.Config
 JpaPlatform.Config JpaLibraryProviderInstallOperationConfig.getJpaPlatformConfig()
           
 

Methods in org.eclipse.jpt.jpa.core.libprov with parameters of type JpaPlatform.Config
 void JpaLibraryProviderInstallOperationConfig.setJpaPlatformConfig(JpaPlatform.Config jpaPlatformConfig)
           
 

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

Methods in org.eclipse.jpt.jpa.core.platform that return JpaPlatform.Config
 JpaPlatform.Config JpaPlatformManager.getDefaultJpaPlatformConfig(IProjectFacetVersion jpaFacetVersion)
          Return the JPA platform config that is the workspace's default for the specified JPA facet version.
 JpaPlatform.Config JpaPlatformManager.getJpaPlatformConfig(String jpaPlatformID)
          Return the JPA platform config for the specified ID.
 

Methods in org.eclipse.jpt.jpa.core.platform that return types with arguments of type JpaPlatform.Config
 Iterable<JpaPlatform.Config> JpaPlatformManager.getJpaPlatformConfigs()
          Return all the JPA platform configs.
 Iterable<JpaPlatform.Config> JpaPlatformManager.getJpaPlatformConfigs(IProjectFacetVersion jpaFacetVersion)
          Return the JPA platform configs that support the specified JPA facet version.
 

Methods in org.eclipse.jpt.jpa.core.platform with parameters of type JpaPlatform.Config
 void JpaPlatformManager.setDefaultJpaPlatformConfig(IProjectFacetVersion jpaFacetVersion, JpaPlatform.Config config)
          Set the workspace's default JPA platform config for the specified JPA facet version.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.