Files
codeql/java/ql/lib/semmle/code/java/frameworks/SpringJdbc.qll
2022-11-28 12:30:34 +01:00

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