Uses of Interface
liquibase.diff.DiffGenerator

Packages that use DiffGenerator
liquibase.diff   
liquibase.diff.core   
 

Uses of DiffGenerator in liquibase.diff
 

Methods in liquibase.diff that return DiffGenerator
 DiffGenerator DiffGeneratorFactory.getGenerator(Database referenceDatabase, Database comparisonDatabase)
           
 

Methods in liquibase.diff with parameters of type DiffGenerator
 void DiffGeneratorFactory.register(DiffGenerator generator)
           
 

Uses of DiffGenerator in liquibase.diff.core
 

Classes in liquibase.diff.core that implement DiffGenerator
 class StandardDiffGenerator
           
 



Copyright © 2016 Liquibase.org. All rights reserved.