Skip to content

Commit b4c61f2

Browse files
committed
Mention JdbcClient in package documentation
Closes gh-31017
1 parent 0c477f1 commit b4c61f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/JdbcClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import org.springframework.jdbc.support.rowset.SqlRowSet;
3838

3939
/**
40-
* A fluent {@link JdbcClient} with common JDBC query and update operations,
40+
* A fluent {@code JdbcClient} with common JDBC query and update operations,
4141
* supporting JDBC-style positional as well as Spring-style named parameters
4242
* with a convenient unified facade for JDBC PreparedStatement execution.
4343
*

spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/package-info.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/**
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.
36
*
47
* <p>{@code SimpleJdbcInsert} and {@code SimpleJdbcCall} take advantage of database
58
* meta-data provided by the JDBC driver to simplify the application code. Much of the

0 commit comments

Comments
 (0)