|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.code.flyway.core.BaseMigration
com.google.code.flyway.core.java.BaseJavaMigration
public abstract class BaseJavaMigration
Base class for java migration classes whose name conforms to the Flyway standard.
| Constructor Summary | |
|---|---|
protected |
BaseJavaMigration()
Initializes this Migration with this standard Flyway name. |
| Method Summary | |
|---|---|
java.lang.String |
getScriptName()
|
| Methods inherited from class com.google.code.flyway.core.BaseMigration |
|---|
doMigrate, getExecutionTime, getState, getVersion, initVersion, migrate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BaseJavaMigration()
| Method Detail |
|---|
public java.lang.String getScriptName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||