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