Package | Description |
---|---|
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.5+ 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.
|
Class and Description |
---|
AbstractJdbcCall
Abstract class to provide base functionality for easy stored procedure calls
based on configuration options and database metadata.
|
AbstractJdbcInsert
Abstract class to provide base functionality for easy inserts
based on configuration options and database metadata.
|
ParameterizedBeanPropertyRowMapper
ParameterizedRowMapper implementation that converts a row into a new instance
of the specified mapped target class. |
ParameterizedRowMapper
Extension of the
RowMapper interface,
adding type parameterization. |
ParameterizedSingleColumnRowMapper
ParameterizedRowMapper implementation that converts a single column
into a single result value per row. |
SimpleJdbcCall
A SimpleJdbcCall is a multi-threaded, reusable object representing a call
to a stored procedure or a stored function.
|
SimpleJdbcCallOperations
Interface specifying the API for a Simple JDBC Call implemented by
SimpleJdbcCall . |
SimpleJdbcInsert
A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insert
capabilities for a table.
|
SimpleJdbcInsertOperations
Interface specifying the API for a Simple JDBC Insert implemented by
SimpleJdbcInsert . |
SimpleJdbcOperations
Deprecated.
since Spring 3.1 in favor of
JdbcOperations and
NamedParameterJdbcOperations . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
SimpleJdbcTemplate
Deprecated.
since Spring 3.1 in favor of
JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Class and Description |
---|
SimpleJdbcTemplate
Deprecated.
since Spring 3.1 in favor of
JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Class and Description |
---|
SimpleJdbcTemplate
Deprecated.
since Spring 3.1 in favor of
JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Class and Description |
---|
SimpleJdbcTemplate
Deprecated.
since Spring 3.1 in favor of
JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Class and Description |
---|
SimpleJdbcTemplate
Deprecated.
since Spring 3.1 in favor of
JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
Class and Description |
---|
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.