Class TableBasedInsertHandler
- java.lang.Object
-
- org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler
-
- All Implemented Interfaces:
Handler,InsertHandler
public class TableBasedInsertHandler extends Object implements InsertHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableBasedInsertHandler.ExecutionDelegate
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(DomainQueryExecutionContext executionContext)Execute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.SqmInsertStatement<?>getSqmInsertStatement()
-
-
-
Method Detail
-
getSqmInsertStatement
public SqmInsertStatement<?> getSqmInsertStatement()
-
execute
public int execute(DomainQueryExecutionContext executionContext)
Description copied from interface:HandlerExecute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.
-
-