Uses of Class
liquibase.snapshot.InvalidExampleException

Packages that use InvalidExampleException
liquibase.command   
liquibase.integration.commandline   
liquibase.snapshot   
liquibase.snapshot.jvm   
 

Uses of InvalidExampleException in liquibase.command
 

Methods in liquibase.command that throw InvalidExampleException
protected  DiffResult DiffCommand.createDiffResult()
           
protected  DatabaseSnapshot DiffCommand.createReferenceSnapshot()
           
protected  DatabaseSnapshot DiffCommand.createTargetSnapshot()
           
protected  DatabaseSnapshot GenerateChangeLogCommand.createTargetSnapshot()
           
 

Uses of InvalidExampleException in liquibase.integration.commandline
 

Methods in liquibase.integration.commandline that throw InvalidExampleException
static void CommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl)
           
static void CommandLineUtils.doGenerateChangeLog(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl)
           
 

Uses of InvalidExampleException in liquibase.snapshot
 

Methods in liquibase.snapshot that throw InvalidExampleException
 DatabaseSnapshot SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema[] examples, Database database, SnapshotControl snapshotControl)
           
 DatabaseSnapshot SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema example, Database database, SnapshotControl snapshotControl)
           
 DatabaseSnapshot SnapshotGeneratorFactory.createSnapshot(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl)
           
<T extends DatabaseObject>
T
SnapshotGeneratorFactory.createSnapshot(T example, Database database)
           
<T extends DatabaseObject>
T
SnapshotGeneratorFactory.createSnapshot(T example, Database database, SnapshotControl snapshotControl)
           
 boolean SnapshotGeneratorFactory.has(DatabaseObject example, Database database)
           
protected
<T extends DatabaseObject>
T
DatabaseSnapshot.include(T example)
          Include the object described by the passed example object in this snapshot.
protected  void DatabaseSnapshot.init(DatabaseObject[] examples)
           
<T extends DatabaseObject>
T
SnapshotGeneratorChain.snapshot(T example, DatabaseSnapshot snapshot)
           
<T extends DatabaseObject>
T
SnapshotGenerator.snapshot(T example, DatabaseSnapshot snapshot, SnapshotGeneratorChain chain)
           
 

Constructors in liquibase.snapshot that throw InvalidExampleException
DatabaseSnapshot(DatabaseObject[] examples, Database database)
           
EmptyDatabaseSnapshot(Database database)
           
EmptyDatabaseSnapshot(Database database, SnapshotControl snapshotControl)
           
JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database)
           
JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl)
           
RestoredDatabaseSnapshot(Database database)
           
 

Uses of InvalidExampleException in liquibase.snapshot.jvm
 

Methods in liquibase.snapshot.jvm that throw InvalidExampleException
protected  void CatalogSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void ColumnSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void PrimaryKeySnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void SchemaSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void DataSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void TableSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void ViewSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void SequenceSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void ForeignKeySnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void IndexSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected  void UniqueConstraintSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
protected abstract  void JdbcSnapshotGenerator.addTo(DatabaseObject foundObject, DatabaseSnapshot snapshot)
           
 DatabaseObject JdbcSnapshotGenerator.snapshot(DatabaseObject example, DatabaseSnapshot snapshot, SnapshotGeneratorChain chain)
           
protected  DatabaseObject CatalogSnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected  DatabaseObject ColumnSnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected  DatabaseObject PrimaryKeySnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected  DatabaseObject SchemaSnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected  DatabaseObject DataSnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected  DatabaseObject ForeignKeySnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected  DatabaseObject IndexSnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected  DatabaseObject UniqueConstraintSnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
protected abstract  DatabaseObject JdbcSnapshotGenerator.snapshotObject(DatabaseObject example, DatabaseSnapshot snapshot)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.