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 BeforeUseActionAbstractTransactSQLDialect. getTemporaryTableBeforeUseAction()BeforeUseActionDerbyDialect. getTemporaryTableBeforeUseAction()BeforeUseActionDialect. getTemporaryTableBeforeUseAction()The action to take before beginning use of a temporary table.BeforeUseActionDialectDelegateWrapper. getTemporaryTableBeforeUseAction()BeforeUseActionH2Dialect. getTemporaryTableBeforeUseAction()BeforeUseActionHSQLDialect. getTemporaryTableBeforeUseAction()BeforeUseActionMySQLDialect. 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 BeforeUseActionBeforeUseAction. 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.
-