public interface SpringJdbcMigration
| Modifier and Type | Method and Description |
|---|---|
void |
migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
Executes this migration.
|
void migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
throws Exception
jdbcTemplate - The jdbcTemplate to use to execute statements.Exception - when the migration failed.Copyright © 2013. All Rights Reserved.