public class Helper extends Object
Modifier and Type | Field and Description |
---|---|
static Helper |
INSTANCE
Singleton access
|
Modifier and Type | Method and Description |
---|---|
void |
createTempTable(IdTableInfoImpl idTableInfo,
TempTableDdlTransactionHandling ddlTransactionHandling,
SharedSessionContractImplementor session) |
protected void |
releaseTempTable(IdTableInfoImpl idTableInfo,
AfterUseAction afterUseAction,
TempTableDdlTransactionHandling ddlTransactionHandling,
SharedSessionContractImplementor session) |
public static final Helper INSTANCE
public void createTempTable(IdTableInfoImpl idTableInfo, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)
protected void releaseTempTable(IdTableInfoImpl idTableInfo, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)
Copyright © 2021 JBoss by Red Hat. All rights reserved.