liquibase.changelog
Class ChangeLogHistoryServiceFactory
java.lang.Object
liquibase.changelog.ChangeLogHistoryServiceFactory
public class ChangeLogHistoryServiceFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ChangeLogHistoryServiceFactory getInstance()
setInstance
public static void setInstance(ChangeLogHistoryServiceFactory changeLogHistoryServiceFactory)
- Set the instance used by this singleton. Used primarily for testing.
reset
public static void reset()
register
public void register(ChangeLogHistoryService changeLogHistoryService)
getChangeLogService
public ChangeLogHistoryService getChangeLogService(Database database)
resetAll
public void resetAll()
Copyright © 2016 Liquibase.org. All rights reserved.