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 AfterUseActionAbstractTransactSQLDialect. getTemporaryTableAfterUseAction()AfterUseActionDialect. getTemporaryTableAfterUseAction()The action to take after finishing use of a temporary table.AfterUseActionDialectDelegateWrapper. 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 AfterUseActionAbstractDeleteExecutionDelegate. getAfterUseAction()protected AfterUseActionTableBasedDeleteHandler. getAfterUseAction()protected AfterUseActionUpdateExecutionDelegate. getAfterUseAction()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.
-