liquibase.snapshot.jvm
Class DataSnapshotGenerator
java.lang.Object
liquibase.snapshot.jvm.JdbcSnapshotGenerator
liquibase.snapshot.jvm.DataSnapshotGenerator
- All Implemented Interfaces:
- SnapshotGenerator
public class DataSnapshotGenerator
- extends JdbcSnapshotGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSnapshotGenerator
public DataSnapshotGenerator()
snapshotObject
protected DatabaseObject snapshotObject(DatabaseObject example,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
snapshotObject
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
addTo
protected void addTo(DatabaseObject foundObject,
DatabaseSnapshot snapshot)
throws DatabaseException,
InvalidExampleException
- Specified by:
addTo
in class JdbcSnapshotGenerator
- Throws:
DatabaseException
InvalidExampleException
Copyright © 2015 Liquibase.org. All rights reserved.