Uses of Class
org.openmetadata.service.migration.utils.MigrationFile
-
-
Uses of MigrationFile in org.openmetadata.service.migration.api
Constructors in org.openmetadata.service.migration.api with parameters of type MigrationFile Constructor Description MigrationProcessImpl(MigrationFile migrationFile) -
Uses of MigrationFile in org.openmetadata.service.migration.mysql.v110
Constructors in org.openmetadata.service.migration.mysql.v110 with parameters of type MigrationFile Constructor Description Migration(MigrationFile migrationFile) -
Uses of MigrationFile in org.openmetadata.service.migration.mysql.v111
Constructors in org.openmetadata.service.migration.mysql.v111 with parameters of type MigrationFile Constructor Description Migration(MigrationFile migrationFile) -
Uses of MigrationFile in org.openmetadata.service.migration.mysql.v112
Constructors in org.openmetadata.service.migration.mysql.v112 with parameters of type MigrationFile Constructor Description Migration(MigrationFile migrationFile) -
Uses of MigrationFile in org.openmetadata.service.migration.postgres.v110
Constructors in org.openmetadata.service.migration.postgres.v110 with parameters of type MigrationFile Constructor Description Migration(MigrationFile migrationFile) -
Uses of MigrationFile in org.openmetadata.service.migration.postgres.v111
Constructors in org.openmetadata.service.migration.postgres.v111 with parameters of type MigrationFile Constructor Description Migration(MigrationFile migrationFile) -
Uses of MigrationFile in org.openmetadata.service.migration.postgres.v112
Constructors in org.openmetadata.service.migration.postgres.v112 with parameters of type MigrationFile Constructor Description Migration(MigrationFile migrationFile) -
Uses of MigrationFile in org.openmetadata.service.migration.utils
Methods in org.openmetadata.service.migration.utils with parameters of type MigrationFile Modifier and Type Method Description intMigrationFile. compareTo(MigrationFile another)
-