Uses of Interface
liquibase.changeset.ChangeSetService
-
Packages that use ChangeSetService Package Description liquibase.changeset -
-
Uses of ChangeSetService in liquibase.changeset
Classes in liquibase.changeset that implement ChangeSetService Modifier and Type Class Description classStandardChangeSetServiceThe standard OSS implementation of the ChangeSetServiceMethods in liquibase.changeset that return ChangeSetService Modifier and Type Method Description ChangeSetServiceChangeSetServiceFactory. createChangeSetService()Methods in liquibase.changeset that return types with arguments of type ChangeSetService Modifier and Type Method Description protected Class<ChangeSetService>ChangeSetServiceFactory. getPluginClass()Methods in liquibase.changeset with parameters of type ChangeSetService Modifier and Type Method Description protected intChangeSetServiceFactory. getPriority(ChangeSetService obj, Object... args)
-