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 © 2001-2018 Red Hat, Inc. All Rights Reserved.