Uses of Class
org.hibernate.query.sqm.mutation.internal.temptable.AfterUseAction
-
Packages that use AfterUseAction Package Description org.hibernate.dialect 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 AfterUseAction in org.hibernate.dialect
Methods in org.hibernate.dialect that return AfterUseAction Modifier and Type Method Description AfterUseActionAbstractTransactSQLDialect. getTemporaryTableAfterUseAction()AfterUseActionDialect. getTemporaryTableAfterUseAction()AfterUseActionHSQLDialect. getTemporaryTableAfterUseAction()AfterUseActionMySQLDialect. getTemporaryTableAfterUseAction() -
Uses of AfterUseAction in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return AfterUseAction Modifier and Type Method Description static AfterUseActionAfterUseAction. valueOf(String name)Returns the enum constant of this type with the specified name.static AfterUseAction[]AfterUseAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type AfterUseAction Modifier and Type Method Description static voidExecuteWithTemporaryTableHelper. performAfterTemporaryTableUseActions(TemporaryTable temporaryTable, Function<SharedSessionContractImplementor,String> sessionUidAccess, AfterUseAction afterUseAction, ExecutionContext executionContext)
-