|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabasePopulator
Strategy used to populate a database during initialization.
ResourceDatabasePopulator
Method Summary | |
---|---|
void |
populate(Connection connection)
Populate the database using the JDBC connection provided. |
Method Detail |
---|
void populate(Connection connection) throws SQLException
connection
- the JDBC connection to use to populate the db; already configured and ready to use
SQLException
- if an unrecoverable data access exception occurs during database population
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |