Package org.hibernate
Class Version
java.lang.Object
org.hibernate.Version
Information about the version of Hibernate.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Access to the Hibernate ORM version.static void
Logs the Hibernate version (usinggetVersionString()
) to the logging system.static void
Prints the Hibernate version (usinggetVersionString()
) to SYSOUT.
-
Method Details
-
getVersionString
Access to the Hibernate ORM version.- Returns:
- The Hibernate version
-
logVersion
public static void logVersion()Logs the Hibernate version (usinggetVersionString()
) to the logging system. -
main
Prints the Hibernate version (usinggetVersionString()
) to SYSOUT. Defined as the main-class in the hibernate-core jar- Parameters:
args
- n/a
-