Uses of Class
liquibase.exception.CustomChangeException

Packages that use CustomChangeException
liquibase.change.custom   
 

Uses of CustomChangeException in liquibase.change.custom
 

Methods in liquibase.change.custom that throw CustomChangeException
 void CustomTaskChange.execute(Database database)
          Method called to run the change logic.
 SqlStatement[] CustomSqlRollback.generateRollbackStatements(Database database)
          Generates the SQL statements required to roll back the change
 SqlStatement[] CustomSqlChange.generateStatements(Database database)
          Generates the SQL statements required to run the change
 void CustomTaskRollback.rollback(Database database)
          Method called to rollback the change.
 void CustomChangeWrapper.setClass(String className)
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.