update

@Transactional(rollbackFor = [Exception::class], isolation = Isolation.READ_COMMITTED)
open fun update(id: I, updateModel: UM, parameters: Parameters): M(source)

Default implementation for updating an entity with given id with given update model data

Return

Model of the updated entity

Parameters

id

Id of the entity to update

updateModel

Update model containing data to be updated

parameters

Parameters to use for updating