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

public static class TemporaryTableHelper.TemporaryTableDropWork extends AbstractWork
  • Constructor Details

  • Method Details

    • 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.