Skip to content

Instantly share code, notes, and snippets.

@bdarfler
Last active May 23, 2018 11:31
Show Gist options
  • Save bdarfler/510d10e24ab2eab4decc90a0e2f33bac to your computer and use it in GitHub Desktop.
Save bdarfler/510d10e24ab2eab4decc90a0e2f33bac to your computer and use it in GitHub Desktop.
simpleJdbcTemplate.update( "DELETE FROM " + dbObj.getTableName() + " WHERE id = :id", new BeanPropertySqlParameterSource( dbObj ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment