spring package-info 源码
spring package-info 代码
文件路径:/spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/package-info.java
/**
* JdbcTemplate variant with named parameter support.
*
* <p>NamedParameterJdbcTemplate is a wrapper around JdbcTemplate that adds
* support for named parameter parsing. It does not implement the JdbcOperations
* interface or extend JdbcTemplate, but implements the dedicated
* NamedParameterJdbcOperations interface.
*
* <P>If you need the full power of Spring JDBC for less common operations, use
* the {@code getJdbcOperations()} method of NamedParameterJdbcTemplate and
* work with the returned classic template, or use a JdbcTemplate instance directly.
*/
@NonNullApi
@NonNullFields
package org.springframework.jdbc.core.namedparam;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
相关信息
相关文章
spring AbstractSqlParameterSource 源码
spring BeanPropertySqlParameterSource 源码
spring EmptySqlParameterSource 源码
spring MapSqlParameterSource 源码
spring NamedParameterJdbcDaoSupport 源码
spring NamedParameterJdbcOperations 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦