Package org.apache.openjpa.conf
Class OpenJPAVersion
java.lang.Object
org.apache.openjpa.conf.OpenJPAVersion
This class contains version information for OpenJPA. It uses
Ant's filter tokens to convert the template into a java
file with current information.
- Author:
- Marc Prud'hommeaux, Patrick Linskey
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
VERSION_NUMBER
-
VERSION_ID
-
VENDOR_NAME
- See Also:
-
MAJOR_RELEASE
public static final int MAJOR_RELEASE -
MINOR_RELEASE
public static final int MINOR_RELEASE -
PATCH_RELEASE
public static final int PATCH_RELEASE -
RELEASE_STATUS
-
REVISION_NUMBER
-
-
Constructor Details
-
OpenJPAVersion
public OpenJPAVersion()
-
-
Method Details