Uses of Interface
ca.uhn.fhir.jpa.migrate.tasks.api.BaseMigrationTasks.IAcceptsTasks
Packages that use BaseMigrationTasks.IAcceptsTasks
-
Uses of BaseMigrationTasks.IAcceptsTasks in ca.uhn.fhir.jpa.migrate.tasks.api
Classes in ca.uhn.fhir.jpa.migrate.tasks.api that implement BaseMigrationTasks.IAcceptsTasksModifier and TypeClassDescriptionclassstatic classConstructors in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type BaseMigrationTasks.IAcceptsTasksModifierConstructorDescriptionBuilder(String theRelease, BaseMigrationTasks.IAcceptsTasks theSink) BuilderAddColumnWithName(String theRelease, String theVersion, String theColumnName, BaseMigrationTasks.IAcceptsTasks theTaskSink) BuilderAddTableByColumns(String theRelease, String theVersion, BaseMigrationTasks.IAcceptsTasks theSink, String theTableName, List<String> thePkColumnNames) BuilderWithTableName(String theRelease, BaseMigrationTasks.IAcceptsTasks theSink, String theTableName)