Package org.hibernate.dialect.temptable
Class TemporaryTableHelper.TemporaryTableCreationWork
- java.lang.Object
-
- org.hibernate.jdbc.AbstractWork
-
- org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
-
- All Implemented Interfaces:
Work
,WorkExecutorVisitable<Void>
- Enclosing class:
- TemporaryTableHelper
public static class TemporaryTableHelper.TemporaryTableCreationWork extends AbstractWork
-
-
Constructor Summary
Constructors Constructor Description TemporaryTableCreationWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
TemporaryTableCreationWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Connection connection)
Execute the discrete work encapsulated by this work instance using the supplied connection.-
Methods inherited from class org.hibernate.jdbc.AbstractWork
accept
-
-
-
-
Constructor Detail
-
TemporaryTableCreationWork
public TemporaryTableCreationWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory)
-
TemporaryTableCreationWork
public TemporaryTableCreationWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
execute
public void execute(Connection connection)
Description copied from interface:Work
Execute the discrete work encapsulated by this work instance using the supplied connection.- Parameters:
connection
- The connection on which to perform the work.
-
-