The following example shows updating a student record into DB.
The parameterClass attribute allows us to
pass the student record to be updated as parameter to the query.
Student[1, Jim, Attic, 32, Painting, +919999999999]
Student[1, Jim, Attic, 32, My new hobby, +919999999999] record updated successfully..
Student[1, Jim, Attic, 32, My new hobby, +919999999999]