Uses of Class
org.springframework.jdbc.core.simple.AbstractJdbcCall
Packages that use AbstractJdbcCall Package Description org.springframework.jdbc.core.simple Simplification layer for table inserts and stored procedure calls.Uses of AbstractJdbcCall in org.springframework.jdbc.core.simple
Subclasses of AbstractJdbcCall in org.springframework.jdbc.core.simple Modifier and Type Class Description class
SimpleJdbcCall
A SimpleJdbcCall is a multi-threaded, reusable object representing a call to a stored procedure or a stored function.