All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.ext.hibernate.snapshot.extension.ExtendedSnapshotGenerator Maven / Gradle / Ivy

Go to download

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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy