Java – JDBC 4 – Update Annotation Example

JDBC
JDBC 4 Annotation Example using Update Query

The Update annotation is used to decorate a Query interface method to update one or more records in a database table.
An Update annotation must include a sql annotation type element.

Share This Post On: