Class BootstrapOperation
java.lang.Object
org.apache.ibatis.migration.operations.DatabaseOperation
org.apache.ibatis.migration.operations.BootstrapOperation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionoperate
(ConnectionProvider connectionProvider, MigrationLoader migrationsLoader, DatabaseOperationOption option, PrintStream printStream) Methods inherited from class org.apache.ibatis.migration.operations.DatabaseOperation
changelogExists, checkSkippedOrMissing, generateAppliedTimeStampAsString, getChangelog, getScriptRunner, insertChangelog, println, println
-
Constructor Details
-
BootstrapOperation
public BootstrapOperation() -
BootstrapOperation
public BootstrapOperation(boolean force)
-
-
Method Details
-
operate
public BootstrapOperation operate(ConnectionProvider connectionProvider, MigrationLoader migrationsLoader, DatabaseOperationOption option, PrintStream printStream)
-