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 ChangeFileMigrationLoader.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 TypeMethodDescriptionintFileMigrationLoader.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 voidDownOperation.deleteChange(Connection con, Change change, DatabaseOperationOption option) voidprotected voidDatabaseOperation.insertChangelog(Change change, Connection con, DatabaseOperationOption option) Method parameters in org.apache.ibatis.migration.operations with type arguments of type Change