Add links to class-level Javadoc in JdbcTestUtils

This commit is contained in:
Sam Brannen
2014-03-16 17:44:11 +01:00
parent cae50c3a2d
commit 14a8f19670

View File

@@ -45,6 +45,10 @@ import org.springframework.util.StringUtils;
* @author Phillip Webb
* @author Chris Baldwin
* @since 2.5.4
* @see org.springframework.jdbc.core.JdbcTemplate
* @see org.springframework.jdbc.datasource.init.ScriptUtils
* @see org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
* @see org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
*/
public class JdbcTestUtils {