spring package-info 源码

  • 2022-08-08
  • 浏览 (303)

spring package-info 代码

文件路径:/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/package-info.java

/**
 * Simplification layer for table inserts and stored procedure calls.
 *
 * <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
 * 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;

相关信息

spring 源码目录

相关文章

spring AbstractJdbcCall 源码

spring AbstractJdbcInsert 源码

spring SimpleJdbcCall 源码

spring SimpleJdbcCallOperations 源码

spring SimpleJdbcInsert 源码

spring SimpleJdbcInsertOperations 源码

0  赞