Dali Provisional API
Release 3.2

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

Enclosing interface:
JpaPlatform

public static interface JpaPlatform.Version


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

Method Detail

getVersion

String getVersion()
Return the platform's version.


getJpaVersion

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

See Also:
JpaProject.FACET_VERSION_STRING, JpaProject2_0.FACET_VERSION_STRING, JpaProject2_1.FACET_VERSION_STRING

isCompatibleWithJpaVersion

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

See Also:
org.eclipse.jpt.common.utility.internal.comparator.VersionComparator#INTEGER_VERSION_COMPARATOR, JpaProject.FACET_VERSION_STRING, JpaProject2_0.FACET_VERSION_STRING, JpaProject2_1.FACET_VERSION_STRING

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.