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 TypeMethodDescriptionint
copy
(SqmCopyContext context) boolean
The attribute/path to be updatedSqmExpression
<? extends T> getValue()
The new valueint
hashCode()
boolean
isCompatible
(Object object)
-
Constructor Details
-
SqmAssignment
-
-
Method Details
-
copy
-
getTargetPath
The attribute/path to be updated -
getValue
The new value -
equals
-
hashCode
public int hashCode() -
isCompatible
- Specified by:
isCompatible
in interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCode
in interfaceSqmCacheable
-