Uses of Interface
migratedb.v1.core.api.internal.callback.CallbackExecutor
Packages that use CallbackExecutor
Package
Description
Private API.
Private API.
Private API.
Private API.
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 CallbackExecutorModifier and TypeMethodDescriptionDatabaseType.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 CallbackExecutorModifier and TypeClassDescriptionclassExecutes the callbacks for a specific event.enumA 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 CallbackExecutorModifierConstructorDescriptionDbBaseline(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 CallbackExecutorModifier and TypeMethodDescriptionBaseDatabaseType.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 CallbackExecutorModifier and TypeMethodDescriptionOracleDatabaseType.createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor) Constructors in migratedb.v1.core.internal.database.oracle with parameters of type CallbackExecutorModifierConstructorDescriptionOracleSqlScriptExecutor(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 CallbackExecutorModifierConstructorDescriptionDefaultSqlScriptExecutor(JdbcTemplate jdbcTemplate, CallbackExecutor callbackExecutor, boolean outputQueryResults)