mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
+1
-1
@@ -78,7 +78,7 @@ final class DefaultJdbcClient implements JdbcClient {
|
||||
}
|
||||
|
||||
public DefaultJdbcClient(NamedParameterJdbcOperations jdbcTemplate) {
|
||||
Assert.notNull(jdbcTemplate, "JdbcTemplate must not be null");
|
||||
Assert.notNull(jdbcTemplate, "NamedParameterJdbcTemplate must not be null");
|
||||
this.classicOps = jdbcTemplate.getJdbcOperations();
|
||||
this.namedParamOps = jdbcTemplate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user