Spring's JdbcTemplate

GPTKB entity

Statements (30)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:category data access object
gptkbp:documentation https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/core/JdbcTemplate.html
gptkbp:handles resource management
exception handling
gptkbp:hasMethod query
call
update
execute
batchUpdate
queryForList
queryForMap
queryForObject
https://www.w3.org/2000/01/rdf-schema#label Spring's JdbcTemplate
gptkbp:introducedIn Spring Framework 1.0
gptkbp:license gptkb:Apache_License_2.0
gptkbp:maintainedBy gptkb:Spring_Team
gptkbp:partOf gptkb:Spring_Framework
gptkbp:provides simplified JDBC code
gptkbp:reduces boilerplate code
gptkbp:requires javax.sql.DataSource
gptkbp:supports update operations
query execution
batch operations
stored procedure calls
gptkbp:usedFor database access
JDBC operations
gptkbp:writtenBy gptkb:Java
gptkbp:bfsParent gptkb:Facade_pattern
gptkbp:bfsLayer 4