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

com.rinoto.migramongo.InitialMongoMigrationScript Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.rinoto.migramongo;

/**
 * Extension of {@link com.rinoto.migramongo.MongoMigrationScript} to identify the first migration script.
 * 

* The method {@link #getMigrationInfo()} returns an {@link com.rinoto.migramongo.InitialMigrationInfo} instead of a {@link com.rinoto.migramongo.MigrationInfo} * * @author rinoto */ public interface InitialMongoMigrationScript extends MongoMigrationScript { /** * returns the information needed from MigraMongo to know when to execute the script. *

* see: {@link com.rinoto.migramongo.MongoMigrationScript#getMigrationInfo()} */ InitialMigrationInfo getMigrationInfo(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy