Class DefaultSqlMigrationExecutorFactory
- java.lang.Object
-
- migratedb.v1.core.internal.resolver.sql.DefaultSqlMigrationExecutorFactory
-
- All Implemented Interfaces:
SqlMigrationExecutorFactory
public class DefaultSqlMigrationExecutorFactory extends Object implements SqlMigrationExecutorFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultSqlMigrationExecutorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlMigrationExecutorcreateSqlMigrationExecutor()
-
-
-
Method Detail
-
createSqlMigrationExecutor
public SqlMigrationExecutor createSqlMigrationExecutor()
- Specified by:
createSqlMigrationExecutorin interfaceSqlMigrationExecutorFactory
-
-