Uses of Interface
org.hibernate.hql.spi.id.IdTableSupport
-
Packages that use IdTableSupport Package Description org.hibernate.dialect 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. -
-
Uses of IdTableSupport in org.hibernate.dialect
Classes in org.hibernate.dialect that implement IdTableSupport Modifier and Type Class Description class
Teradata14Dialect
A dialect for the Teradata databaseclass
TeradataDialect
A dialect for the Teradata database created by MCR as part of the dialect certification process. -
Uses of IdTableSupport in org.hibernate.hql.spi.id
Classes in org.hibernate.hql.spi.id that implement IdTableSupport Modifier and Type Class Description class
IdTableSupportStandardImpl
Methods in org.hibernate.hql.spi.id that return IdTableSupport Modifier and Type Method Description IdTableSupport
AbstractMultiTableBulkIdStrategyImpl. getIdTableSupport()
Constructors in org.hibernate.hql.spi.id with parameters of type IdTableSupport Constructor Description AbstractMultiTableBulkIdStrategyImpl(IdTableSupport idTableSupport)
-
Uses of IdTableSupport in org.hibernate.hql.spi.id.global
Constructors in org.hibernate.hql.spi.id.global with parameters of type IdTableSupport Constructor Description GlobalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction)
-
Uses of IdTableSupport in org.hibernate.hql.spi.id.local
Constructors in org.hibernate.hql.spi.id.local with parameters of type IdTableSupport Constructor Description LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling)
-
Uses of IdTableSupport in org.hibernate.hql.spi.id.persistent
Constructors in org.hibernate.hql.spi.id.persistent with parameters of type IdTableSupport Constructor Description PersistentTableBulkIdStrategy(IdTableSupport idTableSupport)
-