Package | Description |
---|---|
org.springframework.jdbc.core.simple |
Simplification layer over JdbcTemplate for Java 5 and above.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleJdbcTemplate
Deprecated.
since Spring 3.1 in favor of
JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Copyright © 2015. All rights reserved.