Class MultiTableSqmMutationConverter

All Implemented Interfaces:
SemanticQueryWalker<Object>, JdbcParameterBySqmParameterAccess, SqmToSqlAstConverter, SqmTranslator<Statement>, FromClauseAccess, SqlAstCreationState, DomainResultCreationState, JdbcTypeIndicators

public class MultiTableSqmMutationConverter extends BaseSqmToSqlAstConverter<Statement>
Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation.