Skip navigation links
Spring Framework

@NonNullApi @NonNullFields

Package org.springframework.jdbc.core.simple

Simplification layer for table inserts and stored procedure calls.

See: Description

Package org.springframework.jdbc.core.simple Description

Simplification layer for table inserts and stored procedure calls.

SimpleJdbcInsert and SimpleJdbcCall take advantage of database meta-data 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 meta-data.

Skip navigation links
Spring Framework