Package | Description |
---|---|
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 |
TableBasedUpdateHandlerImpl |
Modifier and Type | Method and Description |
---|---|
MultiTableBulkIdStrategy.UpdateHandler |
MultiTableBulkIdStrategy.buildUpdateHandler(SessionFactoryImplementor factory,
HqlSqlWalker walker)
Build a handler capable of handling the bulk update indicated by the given walker.
|
Modifier and Type | Method and Description |
---|---|
MultiTableBulkIdStrategy.UpdateHandler |
GlobalTemporaryTableBulkIdStrategy.buildUpdateHandler(SessionFactoryImplementor factory,
HqlSqlWalker walker) |
Modifier and Type | Method and Description |
---|---|
MultiTableBulkIdStrategy.UpdateHandler |
LocalTemporaryTableBulkIdStrategy.buildUpdateHandler(SessionFactoryImplementor factory,
HqlSqlWalker walker) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateHandlerImpl |
Modifier and Type | Method and Description |
---|---|
MultiTableBulkIdStrategy.UpdateHandler |
PersistentTableBulkIdStrategy.buildUpdateHandler(SessionFactoryImplementor factory,
HqlSqlWalker walker) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.