- java.lang.Object
-
- io.ebean.EbeanVersion
-
public final class EbeanVersion extends Object
Class to determine the ebean version.- Author:
- Roland Praml, FOCONIS AG
-
-
Field Summary
Fields Modifier and Type Field Description static System.Loggerlog
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetVersion()Returns the ebean version (read from META-INF/ebean-maven-version.txt)
-
-
-
Field Detail
-
log
public static final System.Logger log
-
-
Method Detail
-
getVersion
public static String getVersion()
Returns the ebean version (read from META-INF/ebean-maven-version.txt)
-
-