Uses of Class
org.springframework.jdbc.core.simple.AbstractJdbcCall

Packages that use AbstractJdbcCall
org.springframework.jdbc.core.simple Simplification layer over JdbcTemplate for Java 5 and above. 
 

Uses of AbstractJdbcCall in org.springframework.jdbc.core.simple
 

Subclasses of AbstractJdbcCall in org.springframework.jdbc.core.simple
 class SimpleJdbcCall
          A SimpleJdbcCall is a multi-threaded, reusable object representing a call to a stored procedure or a stored function.
 



Copyright © 2002-2008 The Spring Framework.