Uses of Enum Class
org.hibernate.query.sqm.mutation.internal.temptable.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 multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
-
Uses of BeforeUseAction in org.hibernate.dialect
Methods in org.hibernate.dialect that return BeforeUseActionModifier 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
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return BeforeUseActionModifier and TypeMethodDescriptionstatic BeforeUseActionReturns 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.