Uses of Class
org.hibernate.sql.ast.tree.update.Assignment
-
Packages that use Assignment Package Description org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.mutation.internal.cte org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree.update -
-
Uses of Assignment in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal that return types with arguments of type Assignment Modifier and Type Method Description List<Assignment>MultiTableSqmMutationConverter. visitSetClause(SqmSetClause setClause)Method parameters in org.hibernate.query.sqm.mutation.internal with type arguments of type Assignment Modifier and Type Method Description voidMultiTableSqmMutationConverter. visitSetClause(SqmSetClause setClause, Consumer<Assignment> assignmentConsumer, MultiTableSqmMutationConverter.SqmParameterResolutionConsumer parameterResolutionConsumer)Specialized hook to visit the assignments defined by the update SQM allow "listening" for each SQL assignment. -
Uses of Assignment in org.hibernate.query.sqm.mutation.internal.cte
Method parameters in org.hibernate.query.sqm.mutation.internal.cte with type arguments of type Assignment Modifier and Type Method Description protected StringCteInsertHandler. addDmlCtes(CteContainer statement, CteStatement queryCte, List<Map.Entry<SqmCteTableColumn,Assignment>> assignments, boolean assignsId, MultiTableSqmMutationConverter sqmConverter, Map<SqmParameter<?>,List<List<JdbcParameter>>> parameterResolutions, SessionFactoryImplementor factory) -
Uses of Assignment in org.hibernate.query.sqm.mutation.internal.temptable
-
Uses of Assignment in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return types with arguments of type Assignment Modifier and Type Method Description List<Assignment>BaseSqmToSqlAstConverter. visitSetClause(SqmSetClause setClause)Method parameters in org.hibernate.query.sqm.sql with type arguments of type Assignment Modifier and Type Method Description voidBaseSqmToSqlAstConverter. addVersionedAssignment(Consumer<Assignment> assignmentConsumer, SqmUpdateStatement<?> sqmStatement) -
Uses of Assignment in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type Assignment Modifier and Type Method Description voidSqlAstWalker. visitAssignment(Assignment assignment) -
Uses of Assignment in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type Assignment Modifier and Type Method Description voidAbstractSqlAstTranslator. visitAssignment(Assignment assignment)voidAbstractSqlAstWalker. visitAssignment(Assignment assignment)voidAggregateFunctionChecker. visitAssignment(Assignment assignment)voidExpressionReplacementWalker. visitAssignment(Assignment assignment) -
Uses of Assignment in org.hibernate.sql.ast.tree.update
Methods in org.hibernate.sql.ast.tree.update that return types with arguments of type Assignment Modifier and Type Method Description List<Assignment>UpdateStatement. getAssignments()Methods in org.hibernate.sql.ast.tree.update with parameters of type Assignment Modifier and Type Method Description UpdateStatement.UpdateStatementBuilderUpdateStatement.UpdateStatementBuilder. addAssignment(Assignment assignment)Constructor parameters in org.hibernate.sql.ast.tree.update with type arguments of type Assignment Constructor Description UpdateStatement(boolean withRecursive, Map<String,CteStatement> cteStatements, NamedTableReference targetTable, List<Assignment> assignments, Predicate restriction, List<ColumnReference> returningColumns)UpdateStatement(CteContainer cteContainer, NamedTableReference targetTable, List<Assignment> assignments, Predicate restriction, List<ColumnReference> returningColumns)UpdateStatement(NamedTableReference targetTable, List<Assignment> assignments, Predicate restriction)UpdateStatement(NamedTableReference targetTable, List<Assignment> assignments, Predicate restriction, List<ColumnReference> returningColumns)
-