Package | Description |
---|---|
fr.ifremer.adagio.core.dao.technical | |
fr.ifremer.adagio.core.dao.technical.hibernate | |
fr.ifremer.adagio.core.dao.technical.liquibase |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.emptyVersion
The empty version "0.0.0".
|
Modifier and Type | Method and Description |
---|---|
Version |
DatabaseSchemaDao.getSchemaVersion()
Retrieve the schema version, from table SYSTEM_VERSION,
|
Version |
DatabaseSchemaDao.getSchemaVersionIfUpdate()
Get the database schema version if updates is apply
(the version that the database should have if updateSchema() was called)
|
static Version |
Version.parseVersion(String version)
Parses a version identifier from the specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version object)
Compares this
Version object to another object. |
Modifier and Type | Method and Description |
---|---|
Version |
DatabaseSchemaDaoImpl.getSchemaVersion() |
Version |
DatabaseSchemaDaoImpl.getSchemaVersionIfUpdate() |
Modifier and Type | Field and Description |
---|---|
protected Version |
Liquibase.maxChangeLogFileVersion |
Modifier and Type | Method and Description |
---|---|
Version |
Liquibase.getMaxChangeLogFileVersion()
Get the max version from all change log files.
|
Copyright © 2012–2014 IFREMER. All rights reserved.