Uses of Interface
migratedb.v1.core.api.internal.callback.CallbackExecutor
-
Packages that use CallbackExecutor Package Description migratedb.v1.core.api.internal.database.base migratedb.v1.core.internal.callback Private API.migratedb.v1.core.internal.command Private API.migratedb.v1.core.internal.database.base Private API.migratedb.v1.core.internal.database.oracle Private API.migratedb.v1.core.internal.sqlscript Private API. -
-
Uses of CallbackExecutor in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base with parameters of type CallbackExecutor Modifier and Type Method Description SqlScriptExecutorFactoryDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor)Initializes the SqlScriptExecutorFactory used by this Database Type. -
Uses of CallbackExecutor in migratedb.v1.core.internal.callback
Classes in migratedb.v1.core.internal.callback that implement CallbackExecutor Modifier and Type Class Description classDefaultCallbackExecutorExecutes the callbacks for a specific event.classNoopCallbackExecutorA callback executor that does nothing. -
Uses of CallbackExecutor in migratedb.v1.core.internal.command
Constructors in migratedb.v1.core.internal.command with parameters of type CallbackExecutor Constructor Description DbBaseline(SchemaHistory schemaHistory, Version baselineVersion, String baselineDescription, CallbackExecutor callbackExecutor, Database database)Creates a new DbBaseline.DbInfo(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Configuration configuration, Database database, CallbackExecutor callbackExecutor, Schema[] schemas)DbLiberate(SchemaHistory schemaHistory, Configuration configuration, Database database, Schema defaultSchema, Schema[] schemas, CallbackExecutor callbackExecutor, boolean failOnNonEmptySchemaHistoryTable)DbMigrate(Database database, SchemaHistory schemaHistory, Schema schema, MigrationResolver migrationResolver, Configuration configuration, CallbackExecutor callbackExecutor)DbRepair(Database database, MigrationResolver migrationResolver, SchemaHistory schemaHistory, CallbackExecutor callbackExecutor, Configuration configuration)Creates a new DbRepair.DbSchemas(Database database, Schema[] schemas, SchemaHistory schemaHistory, CallbackExecutor callbackExecutor)Creates a new DbSchemas.DbValidate(Database database, SchemaHistory schemaHistory, Schema schema, MigrationResolver migrationResolver, Configuration configuration, boolean allowPending, CallbackExecutor callbackExecutor)Creates a new database validator. -
Uses of CallbackExecutor in migratedb.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base with parameters of type CallbackExecutor Modifier and Type Method Description SqlScriptExecutorFactoryBaseDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor) -
Uses of CallbackExecutor in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type CallbackExecutor Modifier and Type Method Description SqlScriptExecutorFactoryOracleDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor)Constructors in migratedb.v1.core.internal.database.oracle with parameters of type CallbackExecutor Constructor Description OracleSqlScriptExecutor(JdbcTemplate jdbcTemplate, CallbackExecutor callbackExecutor, boolean outputQueryResults) -
Uses of CallbackExecutor in migratedb.v1.core.internal.sqlscript
Constructors in migratedb.v1.core.internal.sqlscript with parameters of type CallbackExecutor Constructor Description DefaultSqlScriptExecutor(JdbcTemplate jdbcTemplate, CallbackExecutor callbackExecutor, boolean outputQueryResults)
-