Uses of Package
org.springframework.jdbc.core.simple

Packages that use org.springframework.jdbc.core.simple
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.4 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. 
 

Classes in org.springframework.jdbc.core.simple used by org.springframework.jdbc.core.simple
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
          JDBC operations interface usable on Java 5 and above, exposing a set of common JDBC operations, whose interface is simplified through the use of varargs and autoboxing.
SimpleJdbcTemplate
          Java-5-based convenience wrapper for the classic Spring JdbcTemplate, taking advantage of varargs and autoboxing, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.
 

Classes in org.springframework.jdbc.core.simple used by org.springframework.test.annotation
SimpleJdbcTemplate
          Java-5-based convenience wrapper for the classic Spring JdbcTemplate, taking advantage of varargs and autoboxing, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.
 

Classes in org.springframework.jdbc.core.simple used by org.springframework.test.context.junit38
SimpleJdbcTemplate
          Java-5-based convenience wrapper for the classic Spring JdbcTemplate, taking advantage of varargs and autoboxing, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.
 

Classes in org.springframework.jdbc.core.simple used by org.springframework.test.context.junit4
SimpleJdbcTemplate
          Java-5-based convenience wrapper for the classic Spring JdbcTemplate, taking advantage of varargs and autoboxing, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.
 

Classes in org.springframework.jdbc.core.simple used by org.springframework.test.context.testng
SimpleJdbcTemplate
          Java-5-based convenience wrapper for the classic Spring JdbcTemplate, taking advantage of varargs and autoboxing, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.
 

Classes in org.springframework.jdbc.core.simple used by org.springframework.test.jdbc
SimpleJdbcTemplate
          Java-5-based convenience wrapper for the classic Spring JdbcTemplate, taking advantage of varargs and autoboxing, and exposing only the most commonly required operations in order to simplify JdbcTemplate usage.
 



Copyright © 2002-2008 The Spring Framework.