Class TransactionalRunnable

java.lang.Object
net.datenwerke.async.helpers.TransactionalRunnable
All Implemented Interfaces:
Runnable

public class TransactionalRunnable extends Object implements Runnable
  • Constructor Details

    • TransactionalRunnable

      public TransactionalRunnable(<any> unitOfWorkProvider, <any> entityManagerProvider, Runnable runnable)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable