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

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

/**
 *
 * 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. * * Note: The {@code SimpleJdbcOperations} and {@code SimpleJdbcTemplate}, which provides a wrapper * around JdbcTemplate to take advantage of Java 5 features like generics, varargs and autoboxing, is now deprecated * since Spring 3.1. All functionality is now available in the {@code JdbcOperations} and * {@code NamedParametersOperations} respectively. * */ package org.springframework.jdbc.core.simple;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy