Uses of Class
org.apache.ibatis.migration.Change

Packages that use Change
org.apache.ibatis.migration   
org.apache.ibatis.migration.commands   
 

Uses of Change in org.apache.ibatis.migration
 

Methods in org.apache.ibatis.migration with parameters of type Change
 int Change.compareTo(Change change)
           
 

Uses of Change in org.apache.ibatis.migration.commands
 

Methods in org.apache.ibatis.migration.commands that return Change
protected  Change BaseCommand.getLastAppliedChange()
           
 

Methods in org.apache.ibatis.migration.commands that return types with arguments of type Change
protected  java.util.List<Change> BaseCommand.getChangelog()
           
protected  java.util.List<Change> BaseCommand.getMigrations()
           
 

Methods in org.apache.ibatis.migration.commands with parameters of type Change
protected  void DownCommand.deleteChange(Change change)
           
protected  void BaseCommand.insertChangelog(Change change)
           
 



Copyright © 2010 MyBatis.org. All Rights Reserved.