@Deprecated public class ModelMigratorImpl extends Object implements ModelMigrator
| Constructor and Description |
|---|
ModelMigratorImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,com.liferay.portal.kernel.util.Tuple> |
getModelTableDetails(Class<?> implClass)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected com.liferay.portal.kernel.util.Tuple |
getTableDetails(Class<?> implClass,
Field tableField,
String tableFieldVar)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
void |
migrate(javax.sql.DataSource dataSource,
List<Class<? extends com.liferay.portal.kernel.model.BaseModel<?>>> models)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected void |
migrateModel(Map<String,com.liferay.portal.kernel.util.Tuple> modelTableDetails,
com.liferay.portal.kernel.dao.db.DB db,
Connection connection)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected void |
migrateTable(com.liferay.portal.kernel.dao.db.DB db,
Connection connection,
String tableName,
Object[][] columns,
String sqlCreate)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
@Deprecated
public void migrate(javax.sql.DataSource dataSource,
List<Class<? extends com.liferay.portal.kernel.model.BaseModel<?>>> models)
throws IOException,
SQLException
migrate in interface ModelMigratorIOExceptionSQLException@Deprecated protected Map<String,com.liferay.portal.kernel.util.Tuple> getModelTableDetails(Class<?> implClass)
@Deprecated
protected com.liferay.portal.kernel.util.Tuple getTableDetails(Class<?> implClass,
Field tableField,
String tableFieldVar)
@Deprecated
protected void migrateModel(Map<String,com.liferay.portal.kernel.util.Tuple> modelTableDetails,
com.liferay.portal.kernel.dao.db.DB db,
Connection connection)
throws IOException
IOException@Deprecated
protected void migrateTable(com.liferay.portal.kernel.dao.db.DB db,
Connection connection,
String tableName,
Object[][] columns,
String sqlCreate)