org.hibernate.tool
Class Version

java.lang.Object
  extended by org.hibernate.tool.Version

public final class Version
extends Object


Field Summary
static String VERSION
           
 
Method Summary
static Version getDefault()
           
 String getVersion()
           
static void main(String[] args)
           
 String toString()
           
static void touch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
See Also:
Constant Field Values
Method Detail

getVersion

public String getVersion()

getDefault

public static Version getDefault()

toString

public String toString()
Overrides:
toString in class Object

touch

public static void touch()

main

public static void main(String[] args)