Package liquibase.util
package liquibase.util
-
ClassDescriptionDeprecated.Deprecated.use
BooleanUtil
Various utility methods for working with boolean objects.Deprecated.useBooleanUtil
Used to indicate what type of relation owns a column.Common functionality for matching set of Context/Labels against provided expression.General filename and filepath manipulation utilities.Deprecated.useJdbcUtil
Write texts to the current logging executorGenerates md5-sums based on a string.Handles 'NOW' and 'TODAY' for Date / Time type columnsMiscellaneous utility methods for number conversion and parsing.Deprecated.useNumberUtil
Various methods that make it easier to read and write object properties using the propertyName, instead of having to look up the correct reader/writer methods manually first.Methods to show a summary of change set counts after an updateInternal use only filter.Implementation of Map with the added methodsSmartMap.get(String, Class)
andSmartMap.get(String, Object)
to make the return values type safe and/or auto-converted.This class provides methods that are necessary because older (< 1.32) versions of SnakeYaml do not have those methods.Deprecated.load theLiquibaseSqlParser
using theSqlParserFactory
directly.Utilities for working with streams.Defines a list of clauses that can be manipulated and rearranged based on keys associated with each.Deprecated.useStringUtils
insteadContainer to handle sharing update summary message between different servicesSimilar to assert logic, but will run regardless of JVM settings.Util class to offload methods that are used byValidatingVisitor
class and may make it more complex than it should beVarious utility methods for working with XML.
BOMInputStream
instead