Uses of Package
liquibase.change
-
Packages that use liquibase.change Package Description liquibase Liquibase top level namespace package.liquibase.change The change package contains the available database "changes".liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.change.custom Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create your own custom refactoring class.liquibase.changelog liquibase.changelog.visitor liquibase.command.core liquibase.database liquibase.database.core liquibase.dbdoc liquibase.diff.output.changelog liquibase.diff.output.changelog.core liquibase.exception liquibase.executor liquibase.extension.testing.testsystem liquibase.parser liquibase.parser.core.formattedsql liquibase.serializer.core.xml liquibase.sql.visitor liquibase.sqlgenerator liquibase.statement liquibase.statement.core liquibase.structure.core -
Classes in liquibase.change used by liquibase Class Description CheckSum CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran. -
Classes in liquibase.change used by liquibase.change Class Description AbstractChange Standard superclass to simplifyChangeimplementations.Change Interface all changes (refactorings) implement.ChangeFactory Factory class for constructing the correct liquibase.change.Change implementation based on a command name.ChangeMetaData Static metadata about alink Change.ChangeParameterMetaData Static metadata about aChangeparameter.ChangeStatus ChangeStatus.Status CheckSum CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.ColumnConfig The standard configuration used by Change classes to represent a column.ConstraintsConfig The standard configuration used by Change classes to represent a constraints on a column.DatabaseChangeNote DatabaseChangeProperty Annotation used byAbstractChangeto declareChangeParameterMetaDatainformation.DbmsTargetedChange Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to. -
Classes in liquibase.change used by liquibase.change.core Class Description AbstractChange Standard superclass to simplifyChangeimplementations.AbstractSQLChange A common parent for all raw SQL related changes regardless of where the sql was sourced from.AbstractTableChange AddColumnConfig Change Interface all changes (refactorings) implement.ChangeStatus ChangeWithColumns Markers a Change class as containing one or moreColumnConfigconfiguration.CheckSum CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.ColumnConfig The standard configuration used by Change classes to represent a column.DatabaseChange Annotation used byAbstractChangeto declareChangeMetaDatainformation.DatabaseChangeProperties Container object which allows multipleDatabaseChangePropertyannotations to be used on a single property.DatabaseChangeProperty Annotation used byAbstractChangeto declareChangeParameterMetaDatainformation.DbmsTargetedChange Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to. -
Classes in liquibase.change used by liquibase.change.custom Class Description AbstractChange Standard superclass to simplifyChangeimplementations.Change Interface all changes (refactorings) implement.DatabaseChange Annotation used byAbstractChangeto declareChangeMetaDatainformation.DatabaseChangeProperty Annotation used byAbstractChangeto declareChangeParameterMetaDatainformation. -
Classes in liquibase.change used by liquibase.changelog Class Description Change Interface all changes (refactorings) implement.CheckSum CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran. -
Classes in liquibase.change used by liquibase.changelog.visitor Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.command.core Class Description CheckSum CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran. -
Classes in liquibase.change used by liquibase.database Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.database.core Class Description Change Interface all changes (refactorings) implement.ColumnConfig The standard configuration used by Change classes to represent a column. -
Classes in liquibase.change used by liquibase.dbdoc Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.diff.output.changelog Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.diff.output.changelog.core Class Description AddColumnConfig Change Interface all changes (refactorings) implement.ColumnConfig The standard configuration used by Change classes to represent a column. -
Classes in liquibase.change used by liquibase.exception Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.executor Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.extension.testing.testsystem Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.parser Class Description AbstractSQLChange A common parent for all raw SQL related changes regardless of where the sql was sourced from. -
Classes in liquibase.change used by liquibase.parser.core.formattedsql Class Description AbstractSQLChange A common parent for all raw SQL related changes regardless of where the sql was sourced from. -
Classes in liquibase.change used by liquibase.serializer.core.xml Class Description ColumnConfig The standard configuration used by Change classes to represent a column. -
Classes in liquibase.change used by liquibase.sql.visitor Class Description CheckSum CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran. -
Classes in liquibase.change used by liquibase.sqlgenerator Class Description Change Interface all changes (refactorings) implement. -
Classes in liquibase.change used by liquibase.statement Class Description ColumnConfig The standard configuration used by Change classes to represent a column. -
Classes in liquibase.change used by liquibase.statement.core Class Description AddColumnConfig ColumnConfig The standard configuration used by Change classes to represent a column.DatabaseChangeProperty Annotation used byAbstractChangeto declareChangeParameterMetaDatainformation. -
Classes in liquibase.change used by liquibase.structure.core Class Description ColumnConfig The standard configuration used by Change classes to represent a column.