Uses of Class
liquibase.exception.RollbackImpossibleException
Packages that use RollbackImpossibleException
Package
Description
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
-
Uses of RollbackImpossibleException in liquibase.change
Methods in liquibase.change that throw RollbackImpossibleExceptionModifier and TypeMethodDescriptionAbstractChange.generateRollbackStatements(Database database) Implementation relies on value returned fromAbstractChange.createInverses().Change.generateRollbackStatements(Database database) Generates theSqlStatementobjects that would roll back the change. -
Uses of RollbackImpossibleException in liquibase.change.core
Methods in liquibase.change.core that throw RollbackImpossibleExceptionModifier and TypeMethodDescriptionLoadUpdateDataChange.generateRollbackStatements(Database database) -
Uses of RollbackImpossibleException in liquibase.change.custom
Methods in liquibase.change.custom that throw RollbackImpossibleExceptionModifier and TypeMethodDescriptionCustomChangeWrapper.generateRollbackStatements(Database database) Finishes configuring the CustomChange based on the values passed toCustomChangeWrapper.setParam(String, String)then callsCustomSqlRollback.generateRollbackStatements(liquibase.database.Database)orCustomTaskRollback.rollback(liquibase.database.Database)depending on the CustomChange implementation.CustomSqlRollback.generateRollbackStatements(Database database) Generates the SQL statements required to roll back the changevoidMethod called to rollback the change. -
Uses of RollbackImpossibleException in liquibase.extension.testing.testsystem
Methods in liquibase.extension.testing.testsystem that throw RollbackImpossibleException