Uses of Class
ca.uhn.fhir.jpa.migrate.HapiMigrationStorageSvc
Packages that use HapiMigrationStorageSvc
-
Uses of HapiMigrationStorageSvc in ca.uhn.fhir.jpa.migrate
Constructors in ca.uhn.fhir.jpa.migrate with parameters of type HapiMigrationStorageSvcModifierConstructorDescriptionHapiMigrationLock(HapiMigrationStorageSvc theMigrationStorageSvc) This constructor should only ever be called from within a try-with-resources so the lock is released when the block is exitedSchemaMigrator(String theSchemaName, String theMigrationTableName, DataSource theDataSource, boolean theEnableHeavyweighTtasks, String theMigrationTasksToSkip, boolean theDryRun, Properties jpaProperties, MigrationTaskList theMigrationTasks, HapiMigrationStorageSvc theHapiMigrationStorageSvc) ConstructorSchemaMigrator(String theSchemaName, String theMigrationTableName, DataSource theDataSource, Properties jpaProperties, MigrationTaskList theMigrationTasks, HapiMigrationStorageSvc theHapiMigrationStorageSvc) Temporary Dummy Constructor to remove once CDR side merges.