Package org.hibernate.dialect.temptable
Class TemporaryTableHelper.TemporaryTableDropWork
java.lang.Object
org.hibernate.jdbc.AbstractWork
org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
- All Implemented Interfaces:
Work
,WorkExecutorVisitable<Void>
- Enclosing class:
- TemporaryTableHelper
-
Constructor Summary
ConstructorsConstructorDescriptionTemporaryTableDropWork
(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory) TemporaryTableDropWork
(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
TemporaryTableDropWork
public TemporaryTableDropWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory) -
TemporaryTableDropWork
public TemporaryTableDropWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
execute
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.
-