liquibase.ext.hibernate.snapshot.extension
Interface ExtendedSnapshotGenerator<T,U>

All Known Implementing Classes:
MultipleHiLoPerTableSnapshotGenerator, TableGeneratorSnapshotGenerator

public interface ExtendedSnapshotGenerator<T,U>


Method Summary
 U snapshot(T object)
           
 boolean supports(T object)
           
 

Method Detail

snapshot

U snapshot(T object)

supports

boolean supports(T object)


Copyright © 2015 Liquibase.org. All rights reserved.