update abstract method

T update(
  1. T record
)

Update a record

Implementation

T update(T record);