Spring Dao: a Spring JDBC DELETE example
Spring JDBC Example/Question: How do I perform a SQL DELETE query (statement) using JDBC and the Spring Framework?
Here's a simple Java method that I created to perform a SQL DELETE using Spring JDBC techniques: