|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleJdbcTemplate | |
---|---|
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.4 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. |
Uses of SimpleJdbcTemplate in org.springframework.jdbc.core.simple |
---|
Methods in org.springframework.jdbc.core.simple that return SimpleJdbcTemplate | |
---|---|
SimpleJdbcTemplate |
SimpleJdbcDaoSupport.getSimpleJdbcTemplate()
Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate. |
Uses of SimpleJdbcTemplate in org.springframework.test.annotation |
---|
Fields in org.springframework.test.annotation declared as SimpleJdbcTemplate | |
---|---|
protected SimpleJdbcTemplate |
AbstractAnnotationAwareTransactionalTests.simpleJdbcTemplate
|
Uses of SimpleJdbcTemplate in org.springframework.test.context.junit38 |
---|
Fields in org.springframework.test.context.junit38 declared as SimpleJdbcTemplate | |
---|---|
protected SimpleJdbcTemplate |
AbstractTransactionalJUnit38SpringContextTests.simpleJdbcTemplate
The SimpleJdbcTemplate that this base class manages, available to subclasses. |
Uses of SimpleJdbcTemplate in org.springframework.test.context.junit4 |
---|
Fields in org.springframework.test.context.junit4 declared as SimpleJdbcTemplate | |
---|---|
protected SimpleJdbcTemplate |
AbstractTransactionalJUnit4SpringContextTests.simpleJdbcTemplate
The SimpleJdbcTemplate that this base class manages, available to subclasses. |
Uses of SimpleJdbcTemplate in org.springframework.test.context.testng |
---|
Fields in org.springframework.test.context.testng declared as SimpleJdbcTemplate | |
---|---|
protected SimpleJdbcTemplate |
AbstractTransactionalTestNGSpringContextTests.simpleJdbcTemplate
The SimpleJdbcTemplate that this base class manages, available to subclasses. |
Uses of SimpleJdbcTemplate in org.springframework.test.jdbc |
---|
Methods in org.springframework.test.jdbc with parameters of type SimpleJdbcTemplate | |
---|---|
static int |
SimpleJdbcTestUtils.countRowsInTable(SimpleJdbcTemplate simpleJdbcTemplate,
String tableName)
Count the rows in the given table. |
static int |
SimpleJdbcTestUtils.deleteFromTables(SimpleJdbcTemplate simpleJdbcTemplate,
String... tableNames)
Delete all rows from the specified tables. |
static void |
SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate,
EncodedResource resource,
boolean continueOnError)
Execute the given SQL script. |
static void |
SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate,
Resource resource,
boolean continueOnError)
Execute the given SQL script. |
static void |
SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate,
ResourceLoader resourceLoader,
String sqlResourcePath,
boolean continueOnError)
Execute the given SQL script. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |