Uses of Interface
liquibase.changelog.ChangeLogHistoryService

Packages that use ChangeLogHistoryService
liquibase.changelog   
liquibase.database   
 

Uses of ChangeLogHistoryService in liquibase.changelog
 

Classes in liquibase.changelog that implement ChangeLogHistoryService
 class AbstractChangeLogHistoryService
           
 class OfflineChangeLogHistoryService
           
 class StandardChangeLogHistoryService
           
 

Methods in liquibase.changelog that return ChangeLogHistoryService
 ChangeLogHistoryService ChangeLogHistoryServiceFactory.getChangeLogService(Database database)
           
 

Methods in liquibase.changelog with parameters of type ChangeLogHistoryService
 void ChangeLogHistoryServiceFactory.register(ChangeLogHistoryService changeLogHistoryService)
           
 

Uses of ChangeLogHistoryService in liquibase.database
 

Methods in liquibase.database that return ChangeLogHistoryService
protected  ChangeLogHistoryService OfflineConnection.createChangeLogHistoryService(Database database)
           
 



Copyright © 2014 Liquibase.org. All rights reserved.