public class Upgrade201ExternalId extends OneBaseUpgrade
This class implements NoOperation upgrade
| Constructor and Description | 
|---|
Upgrade201ExternalId(String version,
                    String description,
                    BulkWorkObjectProcessor workObjectProcessor,
                    BulkWorkObjectDefinitionProcessor definitionProcessor,
                    CurrentTenantService currentTenantService,
                    CurrentUserService currentUserService,
                    UserManager userManager,
                    OnePersistence onePersistence,
                    org.springframework.transaction.PlatformTransactionManager transactionManager,
                    TenantLookupService tenantLookupService,
                    DatabaseType databaseType,
                    DatabaseMetadata databaseMetadata,
                    DataSource dataSource)
Perform no operation upgrade 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)  | 
getOnePersistencegetDescription, getVersionpublic Upgrade201ExternalId(String version, String description, BulkWorkObjectProcessor workObjectProcessor, BulkWorkObjectDefinitionProcessor definitionProcessor, CurrentTenantService currentTenantService, CurrentUserService currentUserService, UserManager userManager, OnePersistence onePersistence, org.springframework.transaction.PlatformTransactionManager transactionManager, TenantLookupService tenantLookupService, DatabaseType databaseType, DatabaseMetadata databaseMetadata, DataSource dataSource)
Perform no operation upgrade
version - the version of the upgradedescription - the description of the upgradeworkObjectProcessor - the work object processor used for bulk work object updatesdefinitionProcessor - the definition processor used for bulk definition updatescurrentTenantService - the current tenant service which is needed for executing the upgrades in a tenant scopecurrentUserService - the current user service which is needed for executing the upgrades in a user scopeuserManager - the user manager which is needed to retrieve the administrator useronePersistence - the one persistence which is used to get all tenants of the systemtransactionManager - the transaction manager to use for the upgradetenantLookupService - the tenant lookup servicepublic void migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
             throws Exception
migrate in interface org.flywaydb.core.api.migration.spring.SpringJdbcMigrationmigrate in class OneBaseUpgradeExceptionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.