Skip navigation links
Spring Framework

Package org.springframework.jdbc.core.simple

Simplification layer over JdbcTemplate for Java 5 and above.

See: Description

Package org.springframework.jdbc.core.simple Description

Simplification layer over JdbcTemplate for Java 5 and above.

SimpleJdbcInsert and SimpleJdbcCall are classes that takes advantage of database metadata provided by the JDBC driver to simplify the application code. Much of the parameter specification becomes unnecessary since it can be looked up in the metadata.

Skip navigation links
Spring Framework