File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/core/simple Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 37
37
import org .springframework .jdbc .support .rowset .SqlRowSet ;
38
38
39
39
/**
40
- * A fluent {@link JdbcClient} with common JDBC query and update operations,
40
+ * A fluent {@code JdbcClient} with common JDBC query and update operations,
41
41
* supporting JDBC-style positional as well as Spring-style named parameters
42
42
* with a convenient unified facade for JDBC PreparedStatement execution.
43
43
*
Original file line number Diff line number Diff line change 1
1
/**
2
- * Simplification layer for table inserts and stored procedure calls.
2
+ * Simplification layer for common JDBC interactions.
3
+ *
4
+ * <p>{@code JdbcClient} provides a fluent API for JDBC query and update operations,
5
+ * supporting JDBC-style positional as well as Spring-style named parameters.
3
6
*
4
7
* <p>{@code SimpleJdbcInsert} and {@code SimpleJdbcCall} take advantage of database
5
8
* meta-data provided by the JDBC driver to simplify the application code. Much of the
You can’t perform that action at this time.
0 commit comments