Package org.hibernate.dialect.temptable
Class TemporaryTableHelper.TemporaryTableCreationWork
java.lang.Object
org.hibernate.jdbc.AbstractReturningWork<Boolean>
org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
- All Implemented Interfaces:
ReturningWork<Boolean>
,WorkExecutorVisitable<Boolean>
- Enclosing class:
TemporaryTableHelper
public static class TemporaryTableHelper.TemporaryTableCreationWork
extends AbstractReturningWork<Boolean>
-
Constructor Summary
ConstructorsConstructorDescriptionTemporaryTableCreationWork
(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory) TemporaryTableCreationWork
(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(Connection connection) Execute the discrete work encapsulated by this work instance using the supplied connection.Methods inherited from class org.hibernate.jdbc.AbstractReturningWork
accept
-
Constructor Details
-
TemporaryTableCreationWork
public TemporaryTableCreationWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory) -
TemporaryTableCreationWork
public TemporaryTableCreationWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
execute
Description copied from interface:ReturningWork
Execute the discrete work encapsulated by this work instance using the supplied connection.- Parameters:
connection
- The connection on which to perform the work.- Returns:
- The work result
-