public interface DatabasePopulator
ResourceDatabasePopulator| Modifier and Type | Method and Description |
|---|---|
void |
populate(java.sql.Connection connection)
Populate the database using the JDBC connection provided.
|
void populate(java.sql.Connection connection)
throws java.sql.SQLException
connection - the JDBC connection to use to populate the db; already configured and ready to usejava.sql.SQLException - if an unrecoverable data access exception occurs during database population