package

org.springframework.jdbc.datasource.init

Interfaces

DatabasePopulator Strategy used to populate a database during initialization. 

Classes

DataSourceInitializer Used to populate a database during initialization. 
ResourceDatabasePopulator Populates a database from SQL scripts defined in external resources. 

Exceptions

CannotReadScriptException Thrown by ResourceDatabasePopulator if one of its SQL scripts could not be read during population. 
ScriptStatementFailedException Thrown by ResourceDatabasePopulator if a statement in one of its SQL scripts failed when executing it against the target database.