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 over JdbcTemplate for Java 5 and above.
 *
 * 

{@code SimpleJdbcInsert} and {@code SimpleJdbcCall} are classes that takes advantage * of database metadata 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 metadata. */ package org.springframework.jdbc.core.simple;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy