Package | Description |
---|---|
org.springframework.jdbc.core.simple |
Simplification layer over JdbcTemplate for Java 5 and above.
|
org.springframework.test.annotation |
Support classes for annotation-driven tests.
|
org.springframework.test.context.junit38 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
|
org.springframework.test.context.junit4 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
|
org.springframework.test.context.testng |
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
|
org.springframework.test.jdbc |
Support classes for tests based on JDBC.
|
Modifier and Type | Method and Description |
---|---|
SimpleJdbcTemplate |
SimpleJdbcDaoSupport.getSimpleJdbcTemplate()
Deprecated.
Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleJdbcTemplate |
AbstractAnnotationAwareTransactionalTests.simpleJdbcTemplate
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleJdbcTemplate |
AbstractTransactionalJUnit38SpringContextTests.simpleJdbcTemplate
Deprecated.
The SimpleJdbcTemplate that this base class manages, available to subclasses.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleJdbcTemplate |
AbstractTransactionalJUnit4SpringContextTests.simpleJdbcTemplate
Deprecated.
As of Spring 3.2, use
AbstractTransactionalJUnit4SpringContextTests.jdbcTemplate instead. |
Modifier and Type | Field and Description |
---|---|
protected SimpleJdbcTemplate |
AbstractTransactionalTestNGSpringContextTests.simpleJdbcTemplate
Deprecated.
As of Spring 3.2, use
AbstractTransactionalTestNGSpringContextTests.jdbcTemplate instead. |
Modifier and Type | Method and Description |
---|---|
static int |
SimpleJdbcTestUtils.countRowsInTable(SimpleJdbcTemplate simpleJdbcTemplate,
String tableName)
Deprecated.
Count the rows in the given table.
|
static int |
SimpleJdbcTestUtils.deleteFromTables(SimpleJdbcTemplate simpleJdbcTemplate,
String... tableNames)
Deprecated.
Delete all rows from the specified tables.
|
static void |
SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate,
EncodedResource resource,
boolean continueOnError)
Deprecated.
Execute the given SQL script.
|
static void |
SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate,
Resource resource,
boolean continueOnError)
Deprecated.
Execute the given SQL script.
|
static void |
SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate,
ResourceLoader resourceLoader,
String sqlResourcePath,
boolean continueOnError)
Deprecated.
Execute the given SQL script.
|
Copyright © 2015. All rights reserved.