Files
codeql/java/ql/lib/semmle/code/java/frameworks/SpringJdbc.qll
2025-06-24 10:25:06 +02:00

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") }
}