public class Version
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getVersionString()
Access to the Hibernate version.
|
static void |
logVersion()
Logs the Hibernate version (using
getVersionString() ) to the logging system. |
static void |
main(java.lang.String[] args)
Prints the Hibernate version (using
getVersionString() ) to SYSOUT. |
public static java.lang.String getVersionString()
public static void logVersion()
getVersionString()
) to the logging system.public static void main(java.lang.String[] args)
getVersionString()
) to SYSOUT. Defined as the main-class in
the hibernate-core jarargs
- n/aCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.