@Component @Named(value="R35100XWIKI7564") @Singleton public class R35100XWIKI7564DataMigration extends AbstractHibernateDataMigration
componentManager, manager
Constructor and Description |
---|
R35100XWIKI7564DataMigration() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
XWikiDBVersion |
getVersion() |
void |
hibernateMigrate()
Execute the migration itself.
|
boolean |
shouldExecute(XWikiDBVersion startupVersion) |
getCurrentDBVersion, getLiquibaseChangeLog, getName, getPreHibernateLiquibaseChangeLog, getStore, getXWikiContext, migrate
public String getDescription()
public XWikiDBVersion getVersion()
public boolean shouldExecute(XWikiDBVersion startupVersion)
shouldExecute
in interface DataMigration
shouldExecute
in class AbstractHibernateDataMigration
startupVersion
- the database version when the migration process starts (before any dataMigration is
applied). This is useful for data migration which need to run only when the database is in a certain
version.public void hibernateMigrate() throws DataMigrationException, XWikiException
AbstractHibernateDataMigration
hibernateMigrate
in class AbstractHibernateDataMigration
DataMigrationException
- on migration error.XWikiException
- on error from the store.Copyright © 2004–2021 XWiki. All rights reserved.