Uses of Enum Class
org.hibernate.query.sqm.mutation.internal.temptable.BeforeUseAction
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
-
Uses of BeforeUseAction in org.hibernate.dialect
Modifier and TypeMethodDescriptionAbstractTransactSQLDialect.getTemporaryTableBeforeUseAction()
DerbyDialect.getTemporaryTableBeforeUseAction()
Dialect.getTemporaryTableBeforeUseAction()
The action to take before beginning use of a temporary table.DialectDelegateWrapper.getTemporaryTableBeforeUseAction()
HSQLDialect.getTemporaryTableBeforeUseAction()
MySQLDialect.getTemporaryTableBeforeUseAction()
-
Uses of BeforeUseAction in org.hibernate.query.sqm.mutation.internal.temptable
Modifier 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.