Class SchemaHistoryFactory
- java.lang.Object
-
- migratedb.v1.core.internal.schemahistory.SchemaHistoryFactory
-
public final class SchemaHistoryFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaHistoryFactory.SchemasWithDefault
-
Constructor Summary
Constructors Constructor Description SchemaHistoryFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchemaHistorygetSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database database, Schema schema)static SchemaHistoryFactory.SchemasWithDefaultscanSchemas(Configuration configuration, Database database)
-
-
-
Method Detail
-
getSchemaHistory
public static SchemaHistory getSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database database, Schema schema)
-
scanSchemas
public static SchemaHistoryFactory.SchemasWithDefault scanSchemas(Configuration configuration, Database database)
-
-