Uses of Interface
migratedb.v1.core.api.executor.Context
-
Packages that use Context Package Description migratedb.v1.core.api.executor migratedb.v1.core.internal.resolver.java Private API.migratedb.v1.core.internal.resolver.sql Private API. -
-
Uses of Context in migratedb.v1.core.api.executor
Methods in migratedb.v1.core.api.executor with parameters of type Context Modifier and Type Method Description voidMigrationExecutor. execute(Context context)Executes the migration this executor is associated with. -
Uses of Context in migratedb.v1.core.internal.resolver.java
Methods in migratedb.v1.core.internal.resolver.java with parameters of type Context Modifier and Type Method Description voidJavaMigrationExecutor. execute(Context context) -
Uses of Context in migratedb.v1.core.internal.resolver.sql
Methods in migratedb.v1.core.internal.resolver.sql with parameters of type Context Modifier and Type Method Description voidSqlMigrationExecutor. execute(Context context)
-