Uses of Package
liquibase.change
Packages that use liquibase.change
Package
Description
Liquibase top level namespace package.
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.
-
Classes in liquibase.change used by liquibaseClassDescriptionCheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.
-
Classes in liquibase.change used by liquibase.changeClassDescriptionStandard superclass to simplify
Changeimplementations.Interface all changes (refactorings) implement.Factory class for constructing the correct liquibase.change.Change implementation based on a command name.Static metadata about alink Change.Static metadata about aChangeparameter.CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.The standard configuration used by Change classes to represent a column.The standard configuration used by Change classes to represent a constraints on a column.Annotation used byAbstractChangeto declareChangeParameterMetaDatainformation.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.coreClassDescriptionStandard superclass to simplify
Changeimplementations.A common parent for all raw SQL related changes regardless of where the sql was sourced from.Interface all changes (refactorings) implement.Markers a Change class as containing one or moreColumnConfigconfiguration.CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.The standard configuration used by Change classes to represent a column.Annotation used byAbstractChangeto declareChangeMetaDatainformation.Container object which allows multipleDatabaseChangePropertyannotations to be used on a single property.Annotation used byAbstractChangeto declareChangeParameterMetaDatainformation.Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to.ReplaceIfExists interface will control whether an implementation change object class will set the replaceIfExists flag that basically will tell generate-changelog/diffToChangelog commands the given change object needs to generate the SQL for replace the stored logic if it already exists -
Classes in liquibase.change used by liquibase.change.customClassDescriptionStandard superclass to simplify
Changeimplementations.Interface all changes (refactorings) implement.CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.Annotation used byAbstractChangeto declareChangeMetaDatainformation.Annotation used byAbstractChangeto declareChangeParameterMetaDatainformation. -
Classes in liquibase.change used by liquibase.changelog
-
Classes in liquibase.change used by liquibase.changelog.visitor
-
Classes in liquibase.change used by liquibase.command.coreClassDescriptionCheckSums 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
-
Classes in liquibase.change used by liquibase.database.coreClassDescriptionInterface all changes (refactorings) implement.The standard configuration used by Change classes to represent a column.
-
Classes in liquibase.change used by liquibase.dbdoc
-
Classes in liquibase.change used by liquibase.diff.output.changelog
-
Classes in liquibase.change used by liquibase.diff.output.changelog.coreClassDescriptionInterface all changes (refactorings) implement.The standard configuration used by Change classes to represent a column.
-
Classes in liquibase.change used by liquibase.exception
-
Classes in liquibase.change used by liquibase.executor
-
Classes in liquibase.change used by liquibase.extension.testing.testsystem
-
Classes in liquibase.change used by liquibase.parserClassDescriptionA 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.formattedsqlClassDescriptionA 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.xmlClassDescriptionThe standard configuration used by Change classes to represent a column.
-
Classes in liquibase.change used by liquibase.sql.visitorClassDescriptionCheckSums 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
-
Classes in liquibase.change used by liquibase.statementClassDescriptionThe standard configuration used by Change classes to represent a column.
-
Classes in liquibase.change used by liquibase.statement.coreClassDescriptionThe standard configuration used by Change classes to represent a column.Annotation used by
AbstractChangeto declareChangeParameterMetaDatainformation. -
Classes in liquibase.change used by liquibase.structure.coreClassDescriptionThe standard configuration used by Change classes to represent a column.