spring package-info 源码
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;
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦