liquibase.snapshot
Class RestoredDatabaseSnapshot

java.lang.Object
  extended by liquibase.snapshot.DatabaseSnapshot
      extended by liquibase.snapshot.RestoredDatabaseSnapshot
All Implemented Interfaces:
LiquibaseSerializable

public class RestoredDatabaseSnapshot
extends DatabaseSnapshot


Nested Class Summary
 
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
 
Field Summary
 
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
 
Constructor Summary
RestoredDatabaseSnapshot(Database database)
           
 
Method Summary
 
Methods inherited from class liquibase.snapshot.DatabaseSnapshot
createGeneratorChain, get, get, getDatabase, getResultSetCache, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotControl, include, init, isWrongSchema, load, loadObjects, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoredDatabaseSnapshot

public RestoredDatabaseSnapshot(Database database)
                         throws DatabaseException,
                                InvalidExampleException
Throws:
DatabaseException
InvalidExampleException


Copyright © 2015 Liquibase.org. All rights reserved.