org.eclipse.jpt.core
Interface JpaPlatform.Version

Enclosing interface:
JpaPlatform

public static interface JpaPlatform.Version


Method Summary
 java.lang.String getJpaVersion()
          Return the highest JPA specification version supported by the platform.
 java.lang.String getVersion()
          Return the platform's version.
 boolean isCompatibleWithJpaVersion(java.lang.String jpaVersion)
          Return whether the platform is compatible with the specified JPA specification version.
 

Method Detail

getVersion

java.lang.String getVersion()
Return the platform's version.


getJpaVersion

java.lang.String getJpaVersion()
Return the highest JPA specification version supported by the platform.

See Also:
JptCorePlugin.JPA_FACET_VERSION_1_0, JptCorePlugin.JPA_FACET_VERSION_2_0

isCompatibleWithJpaVersion

boolean isCompatibleWithJpaVersion(java.lang.String jpaVersion)
Return whether the platform is compatible with the specified JPA specification version.

See Also:
JptCorePlugin.JPA_FACET_VERSION_1_0, JptCorePlugin.JPA_FACET_VERSION_2_0