Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
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 |
Teradata14Dialect
A dialect for the Teradata database
|
class |
TeradataDialect
A dialect for the Teradata database created by MCR as part of the
dialect certification process.
|
Modifier and Type | Class and Description |
---|---|
class |
IdTableSupportStandardImpl |
Modifier and Type | Method and Description |
---|---|
IdTableSupport |
AbstractMultiTableBulkIdStrategyImpl.getIdTableSupport() |
Constructor and Description |
---|
AbstractMultiTableBulkIdStrategyImpl(IdTableSupport idTableSupport) |
Constructor and Description |
---|
GlobalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport,
AfterUseAction afterUseAction) |
Constructor and Description |
---|
LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport,
AfterUseAction afterUseAction,
TempTableDdlTransactionHandling ddlTransactionHandling) |
Constructor and Description |
---|
PersistentTableBulkIdStrategy(IdTableSupport idTableSupport) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.