Uses of Enum Class
org.hibernate.query.sqm.mutation.spi.BeforeUseAction
Packages that use BeforeUseAction
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 BeforeUseAction in org.hibernate.dialect
Methods in org.hibernate.dialect that return BeforeUseActionModifier and TypeMethodDescriptionAbstractTransactSQLDialect.getTemporaryTableBeforeUseAction()
Dialect.getTemporaryTableBeforeUseAction()
Deprecated, for removal: This API element is subject to removal in a future version.HSQLDialect.getTemporaryTableBeforeUseAction()
MySQLDialect.getTemporaryTableBeforeUseAction()
-
Uses of BeforeUseAction in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return BeforeUseActionModifier and TypeMethodDescriptionLegacyTemporaryTableStrategy.getTemporaryTableBeforeUseAction()
Deprecated, for removal: This API element is subject to removal in a future version.PersistentTemporaryTableStrategy.getTemporaryTableBeforeUseAction()
StandardGlobalTemporaryTableStrategy.getTemporaryTableBeforeUseAction()
StandardLocalTemporaryTableStrategy.getTemporaryTableBeforeUseAction()
TemporaryTableStrategy.getTemporaryTableBeforeUseAction()
The action to take before beginning use of a temporary table. -
Uses of BeforeUseAction in org.hibernate.query.sqm.mutation.spi
Methods in org.hibernate.query.sqm.mutation.spi that return BeforeUseActionModifier and TypeMethodDescriptionstatic BeforeUseAction
Returns the enum constant of this class with the specified name.static BeforeUseAction[]
BeforeUseAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.