Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.hql.spi.id.local |
Modifier and Type | Method and Description |
---|---|
static TempTableDdlTransactionHandling |
TempTableDdlTransactionHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TempTableDdlTransactionHandling[] |
TempTableDdlTransactionHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) |
Modifier and Type | Method and Description |
---|---|
TempTableDdlTransactionHandling |
SessionFactoryOptionsState.getTempTableDdlTransactionHandling() |
TempTableDdlTransactionHandling |
SessionFactoryOptionsImpl.getTempTableDdlTransactionHandling() |
TempTableDdlTransactionHandling |
SessionFactoryBuilderImpl.getTempTableDdlTransactionHandling() |
TempTableDdlTransactionHandling |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getTempTableDdlTransactionHandling() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) |
Modifier and Type | Method and Description |
---|---|
TempTableDdlTransactionHandling |
SessionFactoryOptions.getTempTableDdlTransactionHandling() |
TempTableDdlTransactionHandling |
AbstractDelegatingSessionFactoryOptions.getTempTableDdlTransactionHandling() |
Modifier and Type | Method and Description |
---|---|
T |
AbstractDelegatingSessionFactoryBuilder.applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling handling) |
Modifier and Type | Method and Description |
---|---|
void |
Helper.createTempTable(IdTableInfoImpl idTableInfo,
TempTableDdlTransactionHandling ddlTransactionHandling,
SessionImplementor session) |
protected void |
Helper.releaseTempTable(IdTableInfoImpl idTableInfo,
AfterUseAction afterUseAction,
TempTableDdlTransactionHandling ddlTransactionHandling,
SessionImplementor session) |
Constructor and Description |
---|
LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport,
AfterUseAction afterUseAction,
TempTableDdlTransactionHandling ddlTransactionHandling) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.