liquibase.ext.hibernate.snapshot.extension.ExtendedSnapshotGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liquibase-hibernate4 Show documentation
Show all versions of liquibase-hibernate4 Show documentation
Liquibase extension for hibernate integration including generating changesets based on changed
hibernate mapping files
The newest version!
package liquibase.ext.hibernate.snapshot.extension;
public interface ExtendedSnapshotGenerator {
U snapshot(T object);
boolean supports(T object);
}