Uses of Class
org.hibernate.query.sqm.tree.update.SqmSetClause
-
Packages that use SqmSetClause Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.update Nodes representingupdatestatements in the SQM tree. -
-
Uses of SqmSetClause in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmSetClause Modifier and Type Method Description TSemanticQueryWalker. visitSetClause(SqmSetClause setClause) -
Uses of SqmSetClause in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmSetClause Modifier and Type Method Description ObjectSqmTreePrinter. visitSetClause(SqmSetClause setClause) -
Uses of SqmSetClause in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type SqmSetClause Modifier and Type Method Description List<Assignment>MultiTableSqmMutationConverter. visitSetClause(SqmSetClause setClause)voidMultiTableSqmMutationConverter. visitSetClause(SqmSetClause setClause, Consumer<Assignment> assignmentConsumer, MultiTableSqmMutationConverter.SqmParameterResolutionConsumer parameterResolutionConsumer)Specialized hook to visit the assignments defined by the update SQM. -
Uses of SqmSetClause in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmSetClause Modifier and Type Method Description ObjectBaseSemanticQueryWalker. visitSetClause(SqmSetClause setClause) -
Uses of SqmSetClause in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmSetClause Modifier and Type Method Description List<Assignment>BaseSqmToSqlAstConverter. visitSetClause(SqmSetClause setClause) -
Uses of SqmSetClause in org.hibernate.query.sqm.tree.update
Methods in org.hibernate.query.sqm.tree.update that return SqmSetClause Modifier and Type Method Description SqmSetClauseSqmSetClause. copy(SqmCopyContext context)SqmSetClauseSqmUpdateStatement. getSetClause()Methods in org.hibernate.query.sqm.tree.update with parameters of type SqmSetClause Modifier and Type Method Description voidSqmUpdateStatement. setSetClause(SqmSetClause setClause)
-