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.
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()
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.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.