Package org.hibernate.dialect.temptable
Interface TemporaryTableExporter
- All Known Implementing Classes:
StandardTemporaryTableExporter
public interface TemporaryTableExporter
An exporter for temporary tables.
Unlike other DDL exporters, this exporter is called at runtime, instead of during schema management.
-
Method Summary
Modifier and TypeMethodDescriptiongetSqlCreateCommand
(TemporaryTable idTable) getSqlDropCommand
(TemporaryTable idTable) getSqlTruncateCommand
(TemporaryTable idTable, Function<SharedSessionContractImplementor, String> sessionUidAccess, SharedSessionContractImplementor session)
-
Method Details
-
getSqlCreateCommand
-
getSqlDropCommand
-