|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.flyway.core.migration.Migration
com.googlecode.flyway.core.migration.BaseMigration
com.googlecode.flyway.core.migration.java.BaseJavaMigration
com.googlecode.flyway.sample.migration.V1_2__Another_user
public class V1_2__Another_user
Example of a Java-based migration.
| Field Summary |
|---|
| Fields inherited from class com.googlecode.flyway.core.migration.Migration |
|---|
checksum, schemaVersion, script |
| Constructor Summary | |
|---|---|
V1_2__Another_user()
|
|
| Method Summary | |
|---|---|
protected void |
doMigrateInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
|
| Methods inherited from class com.googlecode.flyway.core.migration.java.BaseJavaMigration |
|---|
getMigrationType, migrate |
| Methods inherited from class com.googlecode.flyway.core.migration.BaseMigration |
|---|
initVersion |
| Methods inherited from class com.googlecode.flyway.core.migration.Migration |
|---|
compareTo, getChecksum, getScript, getVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public V1_2__Another_user()
| Method Detail |
|---|
protected void doMigrateInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
throws java.lang.Exception
doMigrateInTransaction in class BaseJavaMigrationjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||