Uses of Interface
liquibase.diff.DiffGenerator
-
Packages that use DiffGenerator Package Description liquibase.diff liquibase.diff.core -
-
Uses of DiffGenerator in liquibase.diff
Methods in liquibase.diff that return DiffGenerator Modifier and Type Method Description DiffGeneratorDiffGeneratorFactory. getGenerator(Database referenceDatabase, Database comparisonDatabase)Methods in liquibase.diff with parameters of type DiffGenerator Modifier and Type Method Description voidDiffGeneratorFactory. register(DiffGenerator generator) -
Uses of DiffGenerator in liquibase.diff.core
Classes in liquibase.diff.core that implement DiffGenerator Modifier and Type Class Description classStandardDiffGenerator
-