Package com.atlassian.bamboo.hibernate
Class DatabaseVersionHolder
- java.lang.Object
-
- com.atlassian.bamboo.hibernate.DatabaseVersionHolder
-
@Internal public final class DatabaseVersionHolder extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DatabaseType
getDatabaseType()
static Version
getVersion()
static void
setDatabaseType(DatabaseType databaseType)
static void
setVersion(@NotNull Version actualVersion)
-
-
-
Method Detail
-
getDatabaseType
public static DatabaseType getDatabaseType()
-
setDatabaseType
public static void setDatabaseType(DatabaseType databaseType)
-
getVersion
public static Version getVersion()
-
setVersion
public static void setVersion(@NotNull @NotNull Version actualVersion)
-
-