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()
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 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.Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type AfterUseAction Modifier and Type Method Description static void
ExecuteWithTemporaryTableHelper. performAfterTemporaryTableUseActions(TemporaryTable temporaryTable, Function<SharedSessionContractImplementor,String> sessionUidAccess, AfterUseAction afterUseAction, ExecutionContext executionContext)
-