|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
boolean, |
Construct a new {@code ResourceDatabasePopulator} with the supplied values. |
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} |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |