mirror of
https://github.com/github/codeql.git
synced 2026-03-06 23:56:48 +01:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
/**
|
|
* Provides classes and predicates for working with the Spring JDBC framework.
|
|
*/
|
|
|
|
import java
|
|
|
|
/** The class `org.springframework.jdbc.core.JdbcTemplate`. */
|
|
class JdbcTemplate extends RefType {
|
|
JdbcTemplate() { this.hasQualifiedName("org.springframework.jdbc.core", "JdbcTemplate") }
|
|
}
|