public interface SnapshotListener
SnapshotControl
Modifier and Type | Method and Description |
---|---|
void |
finishedSnapshot(DatabaseObject example,
DatabaseObject snapshot,
Database database)
Called after an object is fully loaded from the database.
|
void |
willSnapshot(DatabaseObject example,
Database database)
Called before a snapshot is done.
|
void willSnapshot(DatabaseObject example, Database database)
example
- Example of object to be createddatabase
- Database to be read fromvoid finishedSnapshot(DatabaseObject example, DatabaseObject snapshot, Database database)
example
- Original example object used for the snapshotsnapshot
- Final snapshot objectdatabase
- Database read fromCopyright © 2023 Liquibase.org. All rights reserved.