Uses of Class
org.apache.ibatis.migration.Change
Packages that use Change
Package
Description
-
Uses of Change in org.apache.ibatis.migration
Methods in org.apache.ibatis.migration that return ChangeModifier and TypeMethodDescriptionprotected Change
FileMigrationLoader.parseChangeFromFilename
(String filename) Methods in org.apache.ibatis.migration that return types with arguments of type ChangeModifier and TypeMethodDescriptionFileMigrationLoader.getMigrations()
JavaMigrationLoader.getMigrations()
MigrationLoader.getMigrations()
Methods in org.apache.ibatis.migration with parameters of type ChangeModifier and TypeMethodDescriptionint
FileMigrationLoader.getScriptReader
(Change change, boolean undo) JavaMigrationLoader.getScriptReader
(Change change, boolean undo) MigrationLoader.getScriptReader
(Change change, boolean undo) Constructors in org.apache.ibatis.migration with parameters of type Change -
Uses of Change in org.apache.ibatis.migration.hook
Methods in org.apache.ibatis.migration.hook that return ChangeConstructors in org.apache.ibatis.migration.hook with parameters of type ChangeModifierConstructorDescriptionHookContext
(ConnectionProvider connectionProvider, ScriptRunner scriptRunner, Change change) ScriptHookContext
(Change change, boolean undo) -
Uses of Change in org.apache.ibatis.migration.operations
Methods in org.apache.ibatis.migration.operations that return types with arguments of type ChangeModifier and TypeMethodDescriptionDatabaseOperation.getChangelog
(Connection con, DatabaseOperationOption option) StatusOperation.getCurrentStatus()
ChangelogOperation.selectAll()
Methods in org.apache.ibatis.migration.operations with parameters of type ChangeModifier and TypeMethodDescriptionprotected void
DownOperation.deleteChange
(Connection con, Change change, DatabaseOperationOption option) void
protected void
DatabaseOperation.insertChangelog
(Change change, Connection con, DatabaseOperationOption option) Method parameters in org.apache.ibatis.migration.operations with type arguments of type Change