Package org.springframework.jdbc.core.simple


@NonNullApi @NonNullFields package org.springframework.jdbc.core.simple
Simplification layer for common JDBC interactions.

JdbcClient provides a fluent API for JDBC query and update operations, supporting JDBC-style positional as well as Spring-style named parameters.

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.