Generated by
JDiff

Class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests

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
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.