mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
/**
|
|
* Provides classes and predicates for working with the Spring JDBC framework.
|
|
*/
|
|
overlay[local?]
|
|
module;
|
|
|
|
import java
|
|
|
|
/** The class `org.springframework.jdbc.core.JdbcTemplate`. */
|
|
class JdbcTemplate extends RefType {
|
|
JdbcTemplate() { this.hasQualifiedName("org.springframework.jdbc.core", "JdbcTemplate") }
|
|
}
|