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