Uses of Class
org.hibernate.query.sqm.mutation.internal.temptable.BeforeUseAction
-
Packages that use BeforeUseAction Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.query.sqm.mutation.internal.temptable 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 BeforeUseAction Modifier and Type Method Description BeforeUseAction
AbstractTransactSQLDialect. getTemporaryTableBeforeUseAction()
BeforeUseAction
DerbyDialect. getTemporaryTableBeforeUseAction()
BeforeUseAction
Dialect. getTemporaryTableBeforeUseAction()
The action to take before beginning use of a temporary table.BeforeUseAction
DialectDelegateWrapper. getTemporaryTableBeforeUseAction()
BeforeUseAction
H2Dialect. getTemporaryTableBeforeUseAction()
BeforeUseAction
HSQLDialect. getTemporaryTableBeforeUseAction()
BeforeUseAction
MySQLDialect. getTemporaryTableBeforeUseAction()
-
Uses of BeforeUseAction in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return BeforeUseAction Modifier and Type Method Description static BeforeUseAction
BeforeUseAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeforeUseAction[]
BeforeUseAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-