|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface JavaMigration
Interface to be implemented by Java Migrations. By default the migration version and description will be extracted from the class name. This can be overriden by also implementing the JavaMigrationInfoProvider interface, in which case it can be specified programmatically. The checksum of this migration (for validation) will also be null, unless the migration also implements the JavaMigrationChecksumProvider, in which case it can be returned programmatically.
| Method Summary | |
|---|---|
void |
migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
Deprecated. Executes this migration. |
| Method Detail |
|---|
void migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
throws java.lang.Exception
jdbcTemplate - The jdbcTemplate to use to execute statements.
java.lang.Exception - when the migration failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||