Uses of Interface
org.hibernate.query.sqm.mutation.internal.InsertHandler
-
Packages that use InsertHandler Package Description 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. -
-
Uses of InsertHandler in org.hibernate.query.sqm.mutation.internal.cte
Classes in org.hibernate.query.sqm.mutation.internal.cte that implement InsertHandler Modifier and Type Class Description class
CteInsertHandler
-
Uses of InsertHandler in org.hibernate.query.sqm.mutation.internal.temptable
Classes in org.hibernate.query.sqm.mutation.internal.temptable that implement InsertHandler Modifier and Type Class Description class
TableBasedInsertHandler
-