public class ChangeLogHistoryServiceFactory extends Object
Modifier and Type | Method and Description |
---|---|
ChangeLogHistoryService |
getChangeLogService(Database database) |
static ChangeLogHistoryServiceFactory |
getInstance() |
void |
register(ChangeLogHistoryService changeLogHistoryService) |
static void |
reset() |
void |
resetAll() |
static void |
setInstance(ChangeLogHistoryServiceFactory changeLogHistoryServiceFactory)
Set the instance used by this singleton.
|
public static ChangeLogHistoryServiceFactory getInstance()
public static void setInstance(ChangeLogHistoryServiceFactory changeLogHistoryServiceFactory)
public static void reset()
public void register(ChangeLogHistoryService changeLogHistoryService)
public ChangeLogHistoryService getChangeLogService(Database database)
public void resetAll()
Copyright © 2023 Liquibase.org. All rights reserved.