Uses of Class
org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
Packages that use SqmConflictUpdateAction
Package
Description
Nodes representing
insert statements in the SQM tree.-
Uses of SqmConflictUpdateAction in org.hibernate.query.sqm.tree.insert
Methods in org.hibernate.query.sqm.tree.insert that return SqmConflictUpdateActionModifier and TypeMethodDescriptionSqmConflictUpdateAction.copy(SqmCopyContext context) SqmConflictClause.createConflictUpdateAction()@Nullable SqmConflictUpdateAction<T>SqmConflictClause.getConflictAction()SqmConflictClause.onConflictDoUpdate()<Y> SqmConflictUpdateAction<T>SqmConflictUpdateAction.set(Path<Y> attribute, Expression<? extends Y> value) <Y,X extends Y>
SqmConflictUpdateAction<T><Y> SqmConflictUpdateAction<T>SqmConflictUpdateAction.set(SingularAttribute<? super T, Y> attribute, Expression<? extends Y> value) <Y,X extends Y>
SqmConflictUpdateAction<T>SqmConflictUpdateAction.set(SingularAttribute<? super T, Y> attribute, X value) SqmConflictUpdateAction.where(Expression<Boolean> restriction)