Class BaselineJavaMigration
java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
org.flywaydb.core.api.migration.baseline.BaselineJavaMigration
- All Implemented Interfaces:
JavaMigration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResolvedMigration(Configuration config, org.flywaydb.core.internal.jdbc.StatementInterceptor statementInterceptor) org.flywaydb.core.extensibility.MigrationTypegetType()protected voidinit()Methods inherited from class org.flywaydb.core.api.migration.BaseJavaMigration
canExecuteInTransaction, extractVersionAndDescription, getChecksum, getDescription, getVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.api.migration.JavaMigration
migrate
-
Constructor Details
-
BaselineJavaMigration
public BaselineJavaMigration()
-
-
Method Details
-
init
protected void init()- Overrides:
initin classBaseJavaMigration
-
getType
public org.flywaydb.core.extensibility.MigrationType getType() -
getResolvedMigration
public ResolvedMigration getResolvedMigration(Configuration config, org.flywaydb.core.internal.jdbc.StatementInterceptor statementInterceptor)
-