mirror of
https://github.com/github/codeql.git
synced 2026-03-01 21:34:50 +01:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
/**
|
|
* Provides classes and predicates for working with the Spring JDBC framework.
|
|
*/
|
|
|
|
import java
|
|
private import semmle.code.java.dataflow.ExternalFlow
|
|
|
|
/** The class `org.springframework.jdbc.core.JdbcTemplate`. */
|
|
class JdbcTemplate extends RefType {
|
|
JdbcTemplate() { this.hasQualifiedName("org.springframework.jdbc.core", "JdbcTemplate") }
|
|
}
|