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

one.edee.darwin.storage.StorageUpdater Maven / Gradle / Ivy

Go to download

Library allows easy evolution of the data model for your application. Darwin runs migration SQL scripts in a specific dialect according to clearly defined rules.

The newest version!
package one.edee.darwin.storage;

/**
 * Contains method for updating components storage.
 *
 * @author Jan Novotný, FG Forrest a.s. (c) 2007
 */
public interface StorageUpdater {

    /**
     * Executes update script.
     * @param resourcePath
     * @param componentName
     * @param darwinStorage
     * @param storageChecker
     */
    void executeScript(String resourcePath, String componentName,
                       DarwinStorage darwinStorage, StorageChecker storageChecker);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy