Uses of Interface
migratedb.core.api.internal.callback.CallbackExecutor
-
Packages that use CallbackExecutor Package Description migratedb.core.api.internal.database.base migratedb.core.internal.callback Private API.migratedb.core.internal.command Private API.migratedb.core.internal.database.base Private API.migratedb.core.internal.database.oracle Private API.migratedb.core.internal.sqlscript Private API. -
-
Uses of CallbackExecutor in migratedb.core.api.internal.database.base
Methods in migratedb.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.core.internal.callback
Classes in migratedb.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.core.internal.command
Fields in migratedb.core.internal.command declared as CallbackExecutor Modifier and Type Field Description protected CallbackExecutorDbClean. callbackExecutorConstructors in migratedb.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.DbClean(Database<?> database, SchemaHistory schemaHistory, Schema<?,?> defaultSchema, Schema<?,?>[] schemas, CallbackExecutor callbackExecutor, Configuration configuration)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)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.core.internal.database.base
Methods in migratedb.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.core.internal.database.oracle
Methods in migratedb.core.internal.database.oracle with parameters of type CallbackExecutor Modifier and Type Method Description SqlScriptExecutorFactoryOracleDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor)Constructors in migratedb.core.internal.database.oracle with parameters of type CallbackExecutor Constructor Description OracleSqlScriptExecutor(JdbcTemplate jdbcTemplate, CallbackExecutor callbackExecutor, boolean outputQueryResults) -
Uses of CallbackExecutor in migratedb.core.internal.sqlscript
Constructors in migratedb.core.internal.sqlscript with parameters of type CallbackExecutor Constructor Description DefaultSqlScriptExecutor(JdbcTemplate jdbcTemplate, CallbackExecutor callbackExecutor, boolean outputQueryResults)
-