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.
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.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.