Uses of Interface
liquibase.changelog.ChangeLogHistoryService
-
Packages that use ChangeLogHistoryService Package Description liquibase.changelog liquibase.database -
-
Uses of ChangeLogHistoryService in liquibase.changelog
Classes in liquibase.changelog that implement ChangeLogHistoryService Modifier and Type Class Description classAbstractChangeLogHistoryServiceclassMockChangeLogHistoryServiceclassOfflineChangeLogHistoryServiceclassStandardChangeLogHistoryServiceMethods in liquibase.changelog that return ChangeLogHistoryService Modifier and Type Method Description ChangeLogHistoryServiceChangeLogHistoryServiceFactory. getChangeLogService(Database database)Methods in liquibase.changelog that return types with arguments of type ChangeLogHistoryService Modifier and Type Method Description protected Class<ChangeLogHistoryService>ChangeLogHistoryServiceFactory. getPluginClass()Methods in liquibase.changelog with parameters of type ChangeLogHistoryService Modifier and Type Method Description protected intChangeLogHistoryServiceFactory. getPriority(ChangeLogHistoryService changeLogHistoryService, Object... args)voidChangeLogHistoryServiceFactory. register(ChangeLogHistoryService plugin)voidChangeLogHistoryServiceFactory. unregister(ChangeLogHistoryService service) -
Uses of ChangeLogHistoryService in liquibase.database
Methods in liquibase.database that return ChangeLogHistoryService Modifier and Type Method Description protected ChangeLogHistoryServiceOfflineConnection. createChangeLogHistoryService(Database database)
-