Uses of Interface
liquibase.changelog.ChangeLogHistoryService
Packages that use ChangeLogHistoryService
-
Uses of ChangeLogHistoryService in liquibase.changelog
Classes in liquibase.changelog that implement ChangeLogHistoryServiceModifier and TypeClassDescriptionclass
class
class
class
Methods in liquibase.changelog that return ChangeLogHistoryServiceModifier and TypeMethodDescriptionChangeLogHistoryServiceFactory.getChangeLogService
(Database database) Methods in liquibase.changelog that return types with arguments of type ChangeLogHistoryServiceModifier and TypeMethodDescriptionprotected Class<ChangeLogHistoryService>
ChangeLogHistoryServiceFactory.getPluginClass()
Methods in liquibase.changelog with parameters of type ChangeLogHistoryServiceModifier and TypeMethodDescriptionprotected int
ChangeLogHistoryServiceFactory.getPriority
(ChangeLogHistoryService changeLogHistoryService, Object... args) void
ChangeLogHistoryServiceFactory.register
(ChangeLogHistoryService plugin) void
ChangeLogHistoryServiceFactory.unregister
(ChangeLogHistoryService service) -
Uses of ChangeLogHistoryService in liquibase.database
Methods in liquibase.database that return ChangeLogHistoryServiceModifier and TypeMethodDescriptionprotected ChangeLogHistoryService
OfflineConnection.createChangeLogHistoryService
(Database database)