updateById


Description:

public void updateById (T newer)

Updates an existing object in the database by ID.

This method updates all columns (except 'id') for the row identified by the object's 'id' property. All fields are updated regardless of whether they've changed.

Parameters:

newer

The object to update (must have a valid 'id' property)