Uses of Class
ca.uhn.fhir.jpa.migrate.MigrationResult
Packages that use MigrationResult
-
Uses of MigrationResult in ca.uhn.fhir.jpa.migrate
Methods in ca.uhn.fhir.jpa.migrate that return MigrationResultModifier and TypeMethodDescriptionHapiMigrationException.getResult()HapiMigrator.migrate()SchemaMigrator.migrate()Methods in ca.uhn.fhir.jpa.migrate with parameters of type MigrationResultModifier and TypeMethodDescriptionprotected StringBuilderHapiMigrator.buildExecutedStatementsString(MigrationResult theMigrationResult) Constructors in ca.uhn.fhir.jpa.migrate with parameters of type MigrationResultModifierConstructorDescriptionHapiMigrationException(String theMessage, MigrationResult theResult, Exception theException)