Uses of Interface
liquibase.diff.output.changelog.ChangeGenerator
-
Packages that use ChangeGenerator Package Description liquibase.diff.output.changelog liquibase.diff.output.changelog.core -
-
Uses of ChangeGenerator in liquibase.diff.output.changelog
Subinterfaces of ChangeGenerator in liquibase.diff.output.changelog Modifier and Type Interface Description interfaceChangedObjectChangeGeneratorinterfaceMissingObjectChangeGeneratorinterfaceUnexpectedObjectChangeGeneratorClasses in liquibase.diff.output.changelog that implement ChangeGenerator Modifier and Type Class Description classAbstractChangeGeneratorMethods in liquibase.diff.output.changelog that return types with arguments of type ChangeGenerator Modifier and Type Method Description protected SortedSet<ChangeGenerator>ChangeGeneratorFactory. getGenerators(Class<? extends ChangeGenerator> generatorType, Class<? extends DatabaseObject> objectType, Database database)Methods in liquibase.diff.output.changelog with parameters of type ChangeGenerator Modifier and Type Method Description intChangeGeneratorComparator. compare(ChangeGenerator o1, ChangeGenerator o2)voidChangeGeneratorFactory. register(ChangeGenerator generator)voidChangeGeneratorFactory. unregister(ChangeGenerator generator)Method parameters in liquibase.diff.output.changelog with type arguments of type ChangeGenerator Modifier and Type Method Description protected SortedSet<ChangeGenerator>ChangeGeneratorFactory. getGenerators(Class<? extends ChangeGenerator> generatorType, Class<? extends DatabaseObject> objectType, Database database)protected List<Class<? extends DatabaseObject>>DiffToChangeLog. getOrderedOutputTypes(Class<? extends ChangeGenerator> generatorType)Constructor parameters in liquibase.diff.output.changelog with type arguments of type ChangeGenerator Constructor Description ChangeGeneratorChain(SortedSet<ChangeGenerator> changeGenerators) -
Uses of ChangeGenerator in liquibase.diff.output.changelog.core
-