Class SqmSetClause
java.lang.Object
org.hibernate.query.sqm.tree.update.SqmSetClause
- All Implemented Interfaces:
SqmCacheable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Y> voidaddAssignment(SqmPath<Y> targetPath, SqmExpression<? extends Y> value) voidaddAssignment(SqmAssignment<?> assignment) voidappendHqlString(StringBuilder sb, SqmRenderContext context) intvoidcopy(SqmCopyContext context) booleanList<SqmAssignment<?>> inthashCode()booleanisCompatible(Object object)
-
Constructor Details
-
SqmSetClause
public SqmSetClause()
-
-
Method Details
-
copy
-
getAssignments
-
clearAssignments
public void clearAssignments() -
addAssignment
-
addAssignment
-
appendHqlString
-
equals
-
hashCode
-
isCompatible
- Specified by:
isCompatiblein interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCodein interfaceSqmCacheable
-