Package ca.uhn.fhir.jpa.migrate
Class FlywayMigrator
java.lang.Object
ca.uhn.fhir.jpa.migrate.BaseMigrator
ca.uhn.fhir.jpa.migrate.FlywayMigrator
- All Implemented Interfaces:
IMigrator
-
Constructor Summary
ConstructorsConstructorDescriptionFlywayMigrator(String theMigrationTableName) FlywayMigrator(String theMigrationTableName, DataSource theDataSource, DriverTypeEnum theDriverType) -
Method Summary
Methods inherited from class ca.uhn.fhir.jpa.migrate.BaseMigrator
addExecutedStatements, buildExecutedStatementsString, getCallbacks, getDataSource, getDriverType, isDryRun, isNoColumnShrink, isSchemaWasInitialized, isStrictOrder, setCallbacks, setDataSource, setDriverType, setDryRun, setNoColumnShrink, setSchemaWasInitialized, setStrictOrder
-
Constructor Details
-
FlywayMigrator
public FlywayMigrator(String theMigrationTableName, DataSource theDataSource, DriverTypeEnum theDriverType) -
FlywayMigrator
-
-
Method Details
-
addTask
-
migrate
-
addTasks
-
getMigrationInfo
-
removeAllTasksForUnitTest
-