Modifier and Type | Method and Description |
---|---|
protected List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData> |
AbstractMigrateUriRegistrySqlCommand.createAppRegistrationMigrationData(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
Creates a migration data from URI_REGISTRY table to get inserted
into app_registration table.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractMigrateUriRegistrySqlCommand.updateAppRegistration(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData> data)
Update app registration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Db2MigrateUriRegistrySqlCommand.updateAppRegistration(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData> data) |
Modifier and Type | Method and Description |
---|---|
protected void |
MysqlMigrateUriRegistrySqlCommand.updateAppRegistration(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData> data) |
Modifier and Type | Method and Description |
---|---|
protected void |
OracleMigrateUriRegistrySqlCommand.updateAppRegistration(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData> data) |
Modifier and Type | Method and Description |
---|---|
protected void |
PostgresMigrateUriRegistrySqlCommand.updateAppRegistration(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData> data) |
Modifier and Type | Method and Description |
---|---|
protected void |
MsSqlMigrateUriRegistrySqlCommand.updateAppRegistration(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
List<AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData> data) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.