|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Classes | |
|
Root of the hierarchy of data access exceptions that are related to processing of SQL scripts. |
|
Thrown by ScriptUtils if an SQL script cannot be properly parsed. |
|
Generic utility methods for working with SQL scripts. |
|
Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, a java.sql.SQLException from JDBC that we cannot pinpoint more precisely. |
Changed Classes and Interfaces | |
|
Thrown by ScriptUtils if an SQL script cannot be read. |
|
DatabasePopulator implementation that delegates to a list of other {@code DatabasePopulator} implementations, executing all scripts. |
|
Strategy used to populate, initialize, or clean up a database. |
|
Utility methods for executing a DatabasePopulator. |
|
Populates or initializes a database from SQL scripts defined in external resources. |
|
Thrown by ScriptUtils if a statement in an SQL script failed when executing it against the target database. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |