Class SqmAssignment<T>
java.lang.Object
org.hibernate.query.sqm.tree.update.SqmAssignment<T>
- All Implemented Interfaces:
SqmCacheable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcopy(SqmCopyContext context) booleanThe attribute/path to be updatedSqmExpression<? extends T> getValue()The new valueinthashCode()booleanisCompatible(Object object)
-
Constructor Details
-
SqmAssignment
-
-
Method Details
-
copy
-
getTargetPath
-
getValue
The new value -
equals
-
hashCode
-
isCompatible
- Specified by:
isCompatiblein interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCodein interfaceSqmCacheable
-