Uses of Enum Class
org.hibernate.query.sqm.mutation.spi.AfterUseAction
Packages that use AfterUseAction
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for temporary tables.
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
SPI for handling SQM UPDATE and DELETE queries
-
Uses of AfterUseAction in org.hibernate.dialect
Methods in org.hibernate.dialect that return AfterUseActionModifier and TypeMethodDescriptionAbstractTransactSQLDialect.getTemporaryTableAfterUseAction()
Dialect.getTemporaryTableAfterUseAction()
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDialect.getTemporaryTableAfterUseAction()
MySQLDialect.getTemporaryTableAfterUseAction()
-
Uses of AfterUseAction in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return AfterUseActionModifier and TypeMethodDescriptionHSQLLocalTemporaryTableStrategy.getTemporaryTableAfterUseAction()
LegacyTemporaryTableStrategy.getTemporaryTableAfterUseAction()
Deprecated, for removal: This API element is subject to removal in a future version.MySQLLocalTemporaryTableStrategy.getTemporaryTableAfterUseAction()
PersistentTemporaryTableStrategy.getTemporaryTableAfterUseAction()
StandardGlobalTemporaryTableStrategy.getTemporaryTableAfterUseAction()
StandardLocalTemporaryTableStrategy.getTemporaryTableAfterUseAction()
TemporaryTableStrategy.getTemporaryTableAfterUseAction()
The action to take after finishing use of a temporary table.TransactSQLLocalTemporaryTableStrategy.getTemporaryTableAfterUseAction()
-
Uses of AfterUseAction in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return AfterUseActionModifier and TypeMethodDescriptionprotected AfterUseAction
TableBasedDeleteHandler.getAfterUseAction()
protected AfterUseAction
TableBasedInsertHandler.getAfterUseAction()
protected AfterUseAction
TableBasedSoftDeleteHandler.getAfterUseAction()
protected AfterUseAction
TableBasedUpdateHandler.getAfterUseAction()
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type AfterUseActionModifier and TypeMethodDescriptionstatic void
ExecuteWithTemporaryTableHelper.performAfterTemporaryTableUseActions
(TemporaryTable temporaryTable, Function<SharedSessionContractImplementor, String> sessionUidAccess, AfterUseAction afterUseAction, ExecutionContext executionContext) -
Uses of AfterUseAction in org.hibernate.query.sqm.mutation.spi
Methods in org.hibernate.query.sqm.mutation.spi that return AfterUseActionModifier and TypeMethodDescriptionstatic AfterUseAction
Returns the enum constant of this class with the specified name.static AfterUseAction[]
AfterUseAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.