Uses of Class
migratedb.v1.core.internal.schemahistory.SchemaHistory
Packages that use SchemaHistory
Package
Description
Private API.
Private API.
Private API.
-
Uses of SchemaHistory in migratedb.v1.core.internal.command
Constructors in migratedb.v1.core.internal.command with parameters of type SchemaHistoryModifierConstructorDescriptionDbBaseline(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 SchemaHistory in migratedb.v1.core.internal.info
Constructors in migratedb.v1.core.internal.info with parameters of type SchemaHistoryModifierConstructorDescriptionMigrationInfoServiceImpl(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Database<?> database, Configuration configuration, TargetVersion target, List<MigrationPattern> cherryPick, ValidationContext validationContext) -
Uses of SchemaHistory in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory that return SchemaHistoryModifier and TypeMethodDescriptionstatic SchemaHistorySchemaHistoryFactory.getSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database<?> database, Schema<?, ?> schema)