|
spring-jdbc | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.springframework.jdbc.core.simple.SimpleJdbcOperations
since Spring 3.1 in favor of JdbcOperations and
NamedParameterJdbcOperations . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Deprecated Classes | |
---|---|
org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
since Spring 3.1 in favor of JdbcDaoSupport and
NamedParameterJdbcDaoSupport . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
|
org.springframework.jdbc.core.simple.SimpleJdbcTemplate
since Spring 3.1 in favor of JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Deprecated Constructors | |
---|---|
org.springframework.jdbc.CannotGetJdbcConnectionException(String, ClassNotFoundException)
since Spring 2.5, in favor of throwing an IllegalStateException in case of the driver not being found |
|
org.springframework.jdbc.datasource.DriverManagerDataSource(String, String, String, String)
since Spring 2.5. DriverManagerDataSource is primarily intended for accessing pre-registered JDBC drivers. If you need to register a new driver, consider using SimpleDriverDataSource instead. |
|
org.springframework.jdbc.datasource.SingleConnectionDataSource(String, String, String, String, boolean)
since Spring 2.5. Driver parameter usage is generally not recommended for a SingleConnectionDataSource. If you insist on using driver parameters directly, set up the Driver class manually before invoking this DataSource. |
|
spring-jdbc | ||||||||
PREV NEXT | FRAMES NO FRAMES |