Package org.hibernate.search.engine
Class Version
- java.lang.Object
-
- org.hibernate.search.engine.Version
-
public final class Version extends Object
- Author:
- Emmanuel Bernard, Hardy Ferentschik
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getVersionString()
Deprecated.UseversionString()
instead.static String
versionString()
-
-
-
Method Detail
-
versionString
public static String versionString()
- Returns:
- A string representation of the version of Hibernate Search.
-
getVersionString
@Deprecated @Search5DeprecatedAPI public static String getVersionString()
Deprecated.UseversionString()
instead.- Returns:
- A string representation of the version of Hibernate Search.
-
-