Package | Description |
---|---|
org.hibernate.hql.spi.id.global | |
org.hibernate.hql.spi.id.local | |
org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalTemporaryTableBulkIdStrategy
Strategy based on ANSI SQL's definition of a "global temporary table".
|
Modifier and Type | Class and Description |
---|---|
class |
LocalTemporaryTableBulkIdStrategy
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentTableBulkIdStrategy
This is a strategy that mimics temporary tables for databases which do not support
temporary tables.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.