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