Package | Description |
---|---|
org.springframework.jdbc.core.namedparam |
JdbcTemplate variant with named parameter support.
|
org.springframework.jdbc.core.simple |
Simplification layer over JdbcTemplate for Java 5 and above.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedParameterJdbcDaoSupport
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleJdbcDaoSupport
Deprecated.
since Spring 3.1 in favor of
JdbcDaoSupport and
NamedParameterJdbcDaoSupport . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Copyright © 2015. All rights reserved.