Package ca.uhn.fhir.jpa.migrate
Class SchemaMigrator
java.lang.Object
ca.uhn.fhir.jpa.migrate.SchemaMigrator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSchemaMigrator(String theSchemaName, String theMigrationTableName, DataSource theDataSource, Properties jpaProperties, List<BaseTask> theMigrationTasks) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidmigrate()voidsetCallbacks(List<org.flywaydb.core.api.callback.Callback> theCallbacks) voidsetDontUseFlyway(boolean theDontUseFlyway) voidsetDriverType(DriverTypeEnum theDriverType) voidsetStrictOrder(boolean theStrictOrder) voidvalidate()
-
Field Details
-
HAPI_FHIR_MIGRATION_TABLENAME
- See Also:
-
-
Constructor Details
-
SchemaMigrator
public SchemaMigrator(String theSchemaName, String theMigrationTableName, DataSource theDataSource, Properties jpaProperties, List<BaseTask> theMigrationTasks) Constructor
-
-
Method Details
-
setCallbacks
-
setDontUseFlyway
-
setStrictOrder
-
validate
-
migrate
-
setDriverType
-