|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataMigration | |
---|---|
com.xpn.xwiki.store.migration | |
com.xpn.xwiki.store.migration.hibernate |
Uses of DataMigration in com.xpn.xwiki.store.migration |
---|
Fields in com.xpn.xwiki.store.migration declared as DataMigration | |
---|---|
DataMigration |
AbstractDataMigrationManager.XWikiMigration.dataMigration
The data migration. |
Methods in com.xpn.xwiki.store.migration that return types with arguments of type DataMigration | |
---|---|
protected abstract List<? extends DataMigration> |
AbstractDataMigrationManager.getAllMigrations()
|
Constructors in com.xpn.xwiki.store.migration with parameters of type DataMigration | |
---|---|
AbstractDataMigrationManager.XWikiMigration(DataMigration dataMigration,
boolean isForced)
Build a new XWikiMigration. |
Uses of DataMigration in com.xpn.xwiki.store.migration.hibernate |
---|
Subinterfaces of DataMigration in com.xpn.xwiki.store.migration.hibernate | |
---|---|
interface |
HibernateDataMigration
Hibernate data migrations role. |
Classes in com.xpn.xwiki.store.migration.hibernate that implement DataMigration | |
---|---|
class |
AbstractHibernateDataMigration
Template for data migration of hibernate store. |
class |
LegacyDataMigration
Migration for XWIKI4396: Duplicate document ID. |
class |
R15428XWIKI2977DataMigration
Migration for XWIKI2977: Add a Globally Unique Identifier (GUID) to objects. |
class |
R35100XWIKI7564DataMigration
Migration for XWIKI-7564: Manually change the SQL type of long binary columns from inline bytea to proper LOBs when the underlying database is PostgreSQL. |
class |
R35101XWIKI7645DataMigration
Migration for XWIKI-7564: Manually change the SQL type of long binary columns from LONG RAW to proper BLOBs when the underlying database is Oracle. |
class |
R35102XWIKI7771DataMigration
Migration for XWIKI-7771: Fix the LOBs wrongly created by the 3.2-3.5 mapping files for PostgreSQL. |
class |
R40000XWIKI6990DataMigration
Migration for XWIKI-6990 Reduce the likelihood of having same (hibernate) document id for different documents. |
class |
R42000XWIKI7726DataMigration
Migration for XWIKI-7726: Unable to delete attachments larger than 10 mb using the jetty + hsql distribution. |
class |
R43000XWIKI6691DataMigration
Migration for XWIKI-6691: Reduce the size of the ASE_REQUESTID column to 48-chars. |
class |
R4340XWIKI883DataMigration
Migration for XWIKI-883: global access preferences cannot be updated. |
class |
R4359XWIKI1459DataMigration
Migration for XWIKI1459: keep document history in a separate table. |
class |
R6079XWIKI1878DataMigration
Migration for XWIKI1878: Fix xwikircs table isdiff data not matching RCS state of some revisions (when the state says "full" the isdiff column in the database should be false). |
class |
R6405XWIKI1933DataMigration
Migration for XWIKI1933: Editing users fails. |
class |
R7350XWIKI2079DataMigration
Migration for XWIKI2079: When migrating the document archive format from 1.0 or before to 1.2, delete the old XWD_ARCHIVE field, as it will prevent saving documents, since that column used to have a NOT NULL constraint. |
Methods in com.xpn.xwiki.store.migration.hibernate that return types with arguments of type DataMigration | |
---|---|
protected List<? extends DataMigration> |
HibernateDataMigrationManager.getAllMigrations()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |