Generated by
JDiff

Class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests

Documentation changed from old to new.

Added Methods
int countRowsInTableWhere(String, String) Count the rows in the given table, using the provided {@code WHERE} clause.
void dropTables(String[]) Convenience method for dropping all of the specified tables.
 

Changed Methods
int deleteFromTables(String[]) Documentation changed from old to new.
Convenience method for deleting all rows from the specified tables.
void executeSqlScript(String, boolean) Documentation changed from old to new.
Execute the given SQL script.
void setDataSource(DataSource) Documentation changed from old to new.
Set the {@code DataSource}, typically provided via Dependency Injection.
 

Added Fields
JdbcTemplate jdbcTemplate The {@code JdbcTemplate} that this base class manages, available to subclasses.
 

Changed Fields
SimpleJdbcTemplate simpleJdbcTemplate Documentation changed from old to new.
Now deprecated.
As of Spring 3.2, use {@link #jdbcTemplate} instead.