Package org.xwiki.index.migration
Class R140300001XWIKI19571DataMigration
- java.lang.Object
-
- com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
-
- org.xwiki.index.migration.R140300001XWIKI19571DataMigration
-
- All Implemented Interfaces:
DataMigration
,HibernateDataMigration
@Component @Singleton @Named("R140300001XWIKI19571") @Deprecated(since="14.8RC1") public class R140300001XWIKI19571DataMigration extends AbstractHibernateDataMigration
Deprecated.link storage and indexing moved to Solr (implemented in xwiki-platform-search-solr-api)Migrate XWikiDocumentIndexingTask by saving the content of the table in memory. Then, after hibernate migration, when XWikiDocumentIndexingTask is created again, the rows are copied from memory to the new table.- Since:
- 14.3RC1
- Version:
- $Id: e3c04d0d233674b8904760120e7d8b4c737a326c $
-
-
Field Summary
Fields Modifier and Type Field Description static String
HINT
Deprecated.The hint for this component.-
Fields inherited from class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
componentManager, manager
-
-
Constructor Summary
Constructors Constructor Description R140300001XWIKI19571DataMigration()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDescription()
Deprecated.String
getPreHibernateLiquibaseChangeLog()
Deprecated.XWikiDBVersion
getVersion()
Deprecated.protected void
hibernateMigrate()
Deprecated.-
Methods inherited from class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
getCurrentDBVersion, getLiquibaseChangeLog, getName, getStore, getXWikiContext, migrate, shouldExecute
-
-
-
-
Field Detail
-
HINT
public static final String HINT
Deprecated.The hint for this component.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDescription
public String getDescription()
Deprecated.
-
getVersion
public XWikiDBVersion getVersion()
Deprecated.
-
getPreHibernateLiquibaseChangeLog
public String getPreHibernateLiquibaseChangeLog() throws DataMigrationException
Deprecated.- Specified by:
getPreHibernateLiquibaseChangeLog
in interfaceHibernateDataMigration
- Overrides:
getPreHibernateLiquibaseChangeLog
in classAbstractHibernateDataMigration
- Throws:
DataMigrationException
-
hibernateMigrate
protected void hibernateMigrate() throws XWikiException
Deprecated.- Specified by:
hibernateMigrate
in classAbstractHibernateDataMigration
- Throws:
XWikiException
-
-