|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JpaPlatformManager
The org.eclipse.jpt.jpa.core.jpaPlatforms extension point
corresponding to a JPA workspace.
See org.eclipse.jpt.jpa.core/plugin.xml:jpaPlatforms.
Not intended to be implemented by clients.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
JpaPlatform,
JpaPlatform.Config| Method Summary | |
|---|---|
JpaPlatform.Config |
getDefaultJpaPlatformConfig(IProjectFacetVersion jpaFacetVersion)
Return the JPA platform config that is the workspace's default for the specified JPA facet version. |
JpaPlatform |
getJpaPlatform(String jpaPlatformID)
Return the JPA platform for the specified ID. |
JpaPlatform.Config |
getJpaPlatformConfig(String jpaPlatformID)
Return the JPA platform config for the specified ID. |
Iterable<JpaPlatform.Config> |
getJpaPlatformConfigs()
Return all the JPA platform configs. |
Iterable<JpaPlatform.Config> |
getJpaPlatformConfigs(IProjectFacetVersion jpaFacetVersion)
Return the JPA platform configs that support the specified JPA facet version. |
JpaPlatform.GroupConfig |
getJpaPlatformGroupConfig(String groupID)
Return the JPA platform group config for the specified ID. |
Iterable<JpaPlatform.GroupConfig> |
getJpaPlatformGroupConfigs()
Return all the JPA platform group configs. |
JpaWorkspace |
getJpaWorkspace()
Return the manager's JPA workspace. |
void |
setDefaultJpaPlatformConfig(IProjectFacetVersion jpaFacetVersion,
JpaPlatform.Config config)
Set the workspace's default JPA platform config for the specified JPA facet version. |
| Method Detail |
|---|
JpaWorkspace getJpaWorkspace()
JpaPlatform getJpaPlatform(String jpaPlatformID)
Iterable<JpaPlatform.GroupConfig> getJpaPlatformGroupConfigs()
JpaPlatform.GroupConfig getJpaPlatformGroupConfig(String groupID)
Iterable<JpaPlatform.Config> getJpaPlatformConfigs()
JpaPlatform.Config getJpaPlatformConfig(String jpaPlatformID)
Iterable<JpaPlatform.Config> getJpaPlatformConfigs(IProjectFacetVersion jpaFacetVersion)
JpaPlatform.Config getDefaultJpaPlatformConfig(IProjectFacetVersion jpaFacetVersion)
void setDefaultJpaPlatformConfig(IProjectFacetVersion jpaFacetVersion,
JpaPlatform.Config config)
getDefaultJpaPlatformConfig(IProjectFacetVersion)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||