Uses of Package
org.hibernate.dialect.temptable
Packages that use org.hibernate.dialect.temptable
Package
Description
Some SPIs related to DDL generation and schema management.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for temporary tables.
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
-
Classes in org.hibernate.dialect.temptable used by org.hibernate.boot.model.relational
-
Classes in org.hibernate.dialect.temptable used by org.hibernate.dialectClassDescriptionAn exporter for temporary tables.Classifies the kinds of temporary table implementations.Defines how to interact with a certain temporary table kind.
-
Classes in org.hibernate.dialect.temptable used by org.hibernate.dialect.temptableClassDescriptionDB2 specific global temporary table strategy.H2 specific global temporary table strategy.HSQL specific local temporary table strategy.MySQL specific local temporary table strategy.Strategy to interact with Oracle private temporary tables that were introduced in Oracle 18c.SQL Server specific local temporary table strategy.Strategy to interact with global temporary tables.Strategy to interact with local temporary tables.A column in a IdTable.An exporter for temporary tables.Classifies the kinds of temporary table implementations.Defines how to interact with a certain temporary table kind.Transact-SQL specific local temporary table strategy.
-
Classes in org.hibernate.dialect.temptable used by org.hibernate.query.sqm.mutation.internal.temptableClassDescriptionDefines how to interact with a certain temporary table kind.