Class SqmAssignment<T>
java.lang.Object
org.hibernate.query.sqm.tree.update.SqmAssignment<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy
(SqmCopyContext context) The attribute/path to be updatedSqmExpression<? extends T>
getValue()
The new value
-
Constructor Details
-
SqmAssignment
-
-
Method Details
-
copy
-
getTargetPath
The attribute/path to be updated -
getValue
The new value
-