JPA Method
in javax.persistence.criteria.CriteriaUpdate

CriteriaUpdate<T> set(
  Path<Y> attribute, 
  Expression<?extendsY> value
)


Update the value of the specified attribute.
Parameters:
attribute - attribute to be updated
value - new value
Return:
the modified update query
Since:
JPA 2.1