Package | Description |
---|---|
org.hibernate.hql.spi.id.global | |
org.hibernate.hql.spi.id.local |
Constructor and Description |
---|
GlobalTemporaryTableBulkIdStrategy(AfterUseAction afterUseAction) |
GlobalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport,
AfterUseAction afterUseAction) |
Modifier and Type | Method and Description |
---|---|
static AfterUseAction |
AfterUseAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AfterUseAction[] |
AfterUseAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Helper.releaseTempTable(IdTableInfoImpl idTableInfo,
AfterUseAction afterUseAction,
TempTableDdlTransactionHandling ddlTransactionHandling,
SharedSessionContractImplementor session) |
Constructor and Description |
---|
LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport,
AfterUseAction afterUseAction,
TempTableDdlTransactionHandling ddlTransactionHandling) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.