Package | Description |
---|---|
fr.ifremer.adagio.core.dao.technical | |
fr.ifremer.adagio.core.dao.technical.hibernate |
Modifier and Type | Method and Description |
---|---|
Version |
DatabaseSchemaDao.getSchemaVersion()
Retrieve the schema version, from table SYSTEM_VERSION,
|
boolean |
DatabaseSchemaDao.shouldUpdateSchema()
Check if a update schema if need
This is equivalent to :
getSchemaVersion().compareTo(getSchemaVersionIfUpdate()) >= 0 |
Modifier and Type | Method and Description |
---|---|
Version |
DatabaseSchemaDaoImpl.getSchemaVersion() |
boolean |
DatabaseSchemaDaoImpl.shouldUpdateSchema() |
Copyright © 2012–2014 IFREMER. All rights reserved.