Uses of Class
org.hibernate.query.sqm.mutation.internal.temptable.AfterUseAction
-
Packages that use AfterUseAction Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.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 AfterUseAction
AbstractTransactSQLDialect. getTemporaryTableAfterUseAction()
AfterUseAction
Dialect. getTemporaryTableAfterUseAction()
The action to take after finishing use of a temporary table.AfterUseAction
DialectDelegateWrapper. getTemporaryTableAfterUseAction()
AfterUseAction
HSQLDialect. getTemporaryTableAfterUseAction()
AfterUseAction
MySQLDialect. 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 AfterUseAction
AbstractDeleteExecutionDelegate. getAfterUseAction()
protected AfterUseAction
TableBasedDeleteHandler. getAfterUseAction()
protected AfterUseAction
UpdateExecutionDelegate. getAfterUseAction()
static AfterUseAction
AfterUseAction. 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.
-