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, Properties jpaProperties, MigrationTaskList theMigrationTasks, HapiMigrationStorageSvc theHapiMigrationStorageSvc) Constructor