Package liquibase.change

Interface Summary
Change Interface all changes (refactorings) implement.
ChangeWithColumns<T extends ColumnConfig>  
 

Class Summary
AbstractChange Standard superclass for Changes to implement.
AbstractSQLChange A common parent for all SQL related changes regardless of where the sql was sourced from.
ChangeFactory Factory class for constructing the correct liquibase.change.Change implementation based on the tag name.
ChangeMetaData  
ChangeValidationErrors  
CheckSum  
ColumnConfig This class is the representation of the column tag in the XMl file It has a reference to the Constraints object for getting information about the columns constraints.
ConstraintsConfig This class is resposible for holding the information about all the constraints imposed on the column.
 

Annotation Types Summary
ChangeProperty  
TextNode  
 



Copyright © 2012 Liquibase.org. All Rights Reserved.