Uses of Interface
liquibase.SingletonObject
-
Packages that use SingletonObject Package Description liquibase Liquibase top level namespace package.liquibase.change The change package contains the available database "changes".liquibase.changelog liquibase.changeset liquibase.command liquibase.configuration liquibase.database liquibase.executor liquibase.extension.testing.testsystem liquibase.license liquibase.logging liquibase.logging.core liquibase.logging.mdc liquibase.parser liquibase.plugin liquibase.report liquibase.resource liquibase.ui -
-
Uses of SingletonObject in liquibase
Methods in liquibase with type parameters of type SingletonObject Modifier and Type Method Description <T extends SingletonObject>
TScope. getSingleton(Class<T> type)Looks up the singleton object of the given type. -
Uses of SingletonObject in liquibase.change
Classes in liquibase.change that implement SingletonObject Modifier and Type Class Description classChangeFactoryFactory class for constructing the correct liquibase.change.Change implementation based on a command name. -
Uses of SingletonObject in liquibase.changelog
Classes in liquibase.changelog that implement SingletonObject Modifier and Type Class Description classChangeLogHistoryServiceFactory -
Uses of SingletonObject in liquibase.changeset
Classes in liquibase.changeset that implement SingletonObject Modifier and Type Class Description classChangeSetServiceFactoryCreate the appropriate ChangeSetService instance -
Uses of SingletonObject in liquibase.command
Classes in liquibase.command that implement SingletonObject Modifier and Type Class Description classCommandFactoryManages the command related implementations. -
Uses of SingletonObject in liquibase.configuration
Classes in liquibase.configuration that implement SingletonObject Modifier and Type Class Description classConfiguredValueModifierFactoryFactory for working withConfiguredValueModifiers.classLiquibaseConfigurationProvides unified management of configuration properties within Liquibase core and in extensions. -
Uses of SingletonObject in liquibase.database
Classes in liquibase.database that implement SingletonObject Modifier and Type Class Description classDatabaseFactoryclassLiquibaseTableNamesFactory -
Uses of SingletonObject in liquibase.executor
Classes in liquibase.executor that implement SingletonObject Modifier and Type Class Description classExecutorService -
Uses of SingletonObject in liquibase.extension.testing.testsystem
Classes in liquibase.extension.testing.testsystem that implement SingletonObject Modifier and Type Class Description classTestSystemFactoryFactory for gettingTestSystemimplementations. -
Uses of SingletonObject in liquibase.license
Classes in liquibase.license that implement SingletonObject Modifier and Type Class Description classLicenseServiceFactory -
Uses of SingletonObject in liquibase.logging
Classes in liquibase.logging that implement SingletonObject Modifier and Type Class Description classLogFactory -
Uses of SingletonObject in liquibase.logging.core
Classes in liquibase.logging.core that implement SingletonObject Modifier and Type Class Description classLogServiceFactory -
Uses of SingletonObject in liquibase.logging.mdc
Classes in liquibase.logging.mdc that implement SingletonObject Modifier and Type Class Description classMdcManagerFactory -
Uses of SingletonObject in liquibase.parser
Classes in liquibase.parser that implement SingletonObject Modifier and Type Class Description classSqlParserFactory -
Uses of SingletonObject in liquibase.plugin
Subinterfaces of SingletonObject in liquibase.plugin Modifier and Type Interface Description interfacePluginFactoryInterface for classes that managePlugins.Classes in liquibase.plugin that implement SingletonObject Modifier and Type Class Description classAbstractPluginFactory<T extends Plugin>Convenience base class for all factories that find correctPluginimplementations. -
Uses of SingletonObject in liquibase.report
Classes in liquibase.report that implement SingletonObject Modifier and Type Class Description classShowSummaryGeneratorFactory -
Uses of SingletonObject in liquibase.resource
Classes in liquibase.resource that implement SingletonObject Modifier and Type Class Description classPathHandlerFactorySingleton for working withPathHandlers. -
Uses of SingletonObject in liquibase.ui
Classes in liquibase.ui that implement SingletonObject Modifier and Type Class Description classUIServiceFactory
-