Uses of Interface
org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler.ExecutionDelegate
-
Packages that use TableBasedInsertHandler.ExecutionDelegate Package Description 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. -
-
Uses of TableBasedInsertHandler.ExecutionDelegate in org.hibernate.query.sqm.mutation.internal.temptable
Classes in org.hibernate.query.sqm.mutation.internal.temptable that implement TableBasedInsertHandler.ExecutionDelegate Modifier and Type Class Description class
InsertExecutionDelegate
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return TableBasedInsertHandler.ExecutionDelegate Modifier and Type Method Description protected TableBasedInsertHandler.ExecutionDelegate
TableBasedInsertHandler. buildExecutionDelegate(SqmInsertStatement<?> sqmInsert, MultiTableSqmMutationConverter sqmConverter, TemporaryTable entityTable, AfterUseAction afterUseAction, Function<SharedSessionContractImplementor,String> sessionUidAccess, DomainParameterXref domainParameterXref, TableGroup insertingTableGroup, Map<String,TableReference> tableReferenceByAlias, List<Assignment> assignments, InsertSelectStatement insertStatement, ConflictClause conflictClause, JdbcParameter sessionUidParameter, DomainQueryExecutionContext executionContext)
For Hibernate Reactiveprotected TableBasedInsertHandler.ExecutionDelegate
TableBasedInsertHandler. resolveDelegate(DomainQueryExecutionContext executionContext)
-