All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.jdbc.core.simple.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.6
Show newest version
/**
 * Simplification layer for table inserts and stored procedure calls.
 *
 * 

{@code SimpleJdbcInsert} and {@code 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. */ @NonNullApi @NonNullFields package org.springframework.jdbc.core.simple; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy