Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core
Interface JpaPlatform.GroupConfig

Enclosing interface:
JpaPlatform

public static interface JpaPlatform.GroupConfig

Metadata that describes a JPA platform group as defined in an extension to the org.eclipse.jpt.jpa.core.jpaPlatforms extension point.

See org.eclipse.jpt.jpa.core/plugin.xml:jpaPlatforms.

Not intended to be implemented by clients.


Method Summary
 String getId()
          Return the JPA platform group config's extension-supplied ID.
 Iterable<JpaPlatform.Config> getJpaPlatformConfigs()
          Return the JPA platform configs that belong to the group.
 JpaPlatformManager getJpaPlatformManager()
          Return the config's manager.
 String getLabel()
          Return the JPA platform group config's extension-supplied label.
 String getPluginId()
          Return the ID of the plug-in that contributed the JPA platform group config.
 

Method Detail

getJpaPlatformManager

JpaPlatformManager getJpaPlatformManager()
Return the config's manager.


getId

String getId()
Return the JPA platform group config's extension-supplied ID. This is unique among all the JPA platform group configs.


getLabel

String getLabel()
Return the JPA platform group config's extension-supplied label.


getJpaPlatformConfigs

Iterable<JpaPlatform.Config> getJpaPlatformConfigs()
Return the JPA platform configs that belong to the group.


getPluginId

String getPluginId()
Return the ID of the plug-in that contributed the JPA platform group config.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.