Generated by
JDiff

Class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator

Added Constructors
ResourceDatabasePopulator(boolean, boolean, String, Resource[]) Construct a new {@code ResourceDatabasePopulator} with the supplied values.
ResourceDatabasePopulator(Resource[]) Construct a new {@code ResourceDatabasePopulator} with default settings for the supplied scripts.
 

Added Methods
void addScripts(Resource[]) Add multiple scripts to execute to initialize or populate the database.
void setBlockCommentEndDelimiter(String) Set the end delimiter that identifies block comments within the SQL scripts.
void setBlockCommentStartDelimiter(String) Set the start delimiter that identifies block comments within the SQL scripts.
 

Changed Methods
void populate(Connection) Change in exceptions thrown from java.sql.SQLException to org.springframework.jdbc.datasource.init.ScriptException.
{@inheritDoc}