|
|
|
@ -1,5 +1,8 @@
@@ -1,5 +1,8 @@
|
|
|
|
|
/** |
|
|
|
|
* Simplification layer for table inserts and stored procedure calls. |
|
|
|
|
* Simplification layer for common JDBC interactions. |
|
|
|
|
* |
|
|
|
|
* <p>{@code JdbcClient} provides a fluent API for JDBC query and update operations, |
|
|
|
|
* supporting JDBC-style positional as well as Spring-style named parameters. |
|
|
|
|
* |
|
|
|
|
* <p>{@code SimpleJdbcInsert} and {@code SimpleJdbcCall} take advantage of database |
|
|
|
|
* meta-data provided by the JDBC driver to simplify the application code. Much of the |
|
|
|
|