Uses of Interface
liquibase.SingletonObject
Package
Description
Liquibase top level namespace package.
The change package contains the available database "changes".
-
Uses of SingletonObject in liquibase
Modifier and TypeMethodDescription<T extends SingletonObject>
TScope.getSingleton
(Class<T> type) Looks up the singleton object of the given type. -
Uses of SingletonObject in liquibase.analytics
-
Uses of SingletonObject in liquibase.analytics.configuration
-
Uses of SingletonObject in liquibase.change
Modifier and TypeClassDescriptionclass
Factory class for constructing the correct liquibase.change.Change implementation based on a command name. -
Uses of SingletonObject in liquibase.changelog
Modifier and TypeClassDescriptionclass
class
Service to perform a fast check of the historyService to determine if there is no unrun changesets without obtaining an exclusive write lock. -
Uses of SingletonObject in liquibase.changelog.visitor
-
Uses of SingletonObject in liquibase.changeset
Modifier and TypeClassDescriptionclass
Create the appropriate ChangeSetService instance -
Uses of SingletonObject in liquibase.command
Modifier and TypeClassDescriptionclass
Manages the command related implementations. -
Uses of SingletonObject in liquibase.configuration
Modifier and TypeClassDescriptionclass
Factory for working withConfiguredValueModifier
s.class
Provides unified management of configuration properties within Liquibase core and in extensions. -
Uses of SingletonObject in liquibase.database
-
Uses of SingletonObject in liquibase.executor
-
Uses of SingletonObject in liquibase.extension.testing.testsystem
-
Uses of SingletonObject in liquibase.io
-
Uses of SingletonObject in liquibase.license
-
Uses of SingletonObject in liquibase.logging
-
Uses of SingletonObject in liquibase.logging.core
-
Uses of SingletonObject in liquibase.logging.mdc
-
Uses of SingletonObject in liquibase.parser
-
Uses of SingletonObject in liquibase.plugin
Modifier and TypeClassDescriptionclass
AbstractPluginFactory<T extends Plugin>
Convenience base class for all factories that find correctPlugin
implementations. -
Uses of SingletonObject in liquibase.report
-
Uses of SingletonObject in liquibase.resource
-
Uses of SingletonObject in liquibase.ui