|
The Spring Framework | |||||||||
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. |
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
|
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |