Jakarta Persistence (JPA) Method
CriteriaUpdate<T> set(
Path<Y> attribute,
X value
)
Update the value of the specified attribute.
- Parameters:
attribute- attribute to be updatedvalue- new value
- Returns:
- the modified update query.
- Since:
- Jakarta Persistence (JPA) 1.0