Uses of Class
liquibase.changelog.ModifyChangeSets
-
Packages that use ModifyChangeSets Package Description liquibase.changelog liquibase.changeset -
-
Uses of ModifyChangeSets in liquibase.changelog
Methods in liquibase.changelog with parameters of type ModifyChangeSets Modifier and Type Method Description booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, ModifyChangeSets modifyChangeSets)voidDatabaseChangeLog. includeAll(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, int minDepth, int maxDepth, String endsWithFilter, ModifyChangeSets modifyChangeSets)voidDatabaseChangeLog. includeAll(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, int minDepth, int maxDepth, ModifyChangeSets modifyChangeSets)Deprecated. -
Uses of ModifyChangeSets in liquibase.changeset
Methods in liquibase.changeset that return ModifyChangeSets Modifier and Type Method Description ModifyChangeSetsChangeSetService. createModifyChangeSets(ParsedNode node)Create the ModifyChangeSets instance which will do the modificationsModifyChangeSetsStandardChangeSetService. createModifyChangeSets(ParsedNode node)Methods in liquibase.changeset with parameters of type ModifyChangeSets Modifier and Type Method Description voidChangeSetService. modifyChangeSets(ChangeSet changeSet, ModifyChangeSets modifyChangeSets)Given a change set and a ModifyChangeSets instance, perform the modificationsvoidStandardChangeSetService. modifyChangeSets(ChangeSet changeSet, ModifyChangeSets modifyChangeSets)
-