Class TransactionalUpdateExecutor

java.lang.Object
io.quarkus.hibernate.orm.rest.data.panache.runtime.jta.TransactionalUpdateExecutor
All Implemented Interfaces:
io.quarkus.rest.data.panache.runtime.UpdateExecutor

@Singleton public class TransactionalUpdateExecutor extends Object implements io.quarkus.rest.data.panache.runtime.UpdateExecutor
  • Constructor Details

    • TransactionalUpdateExecutor

      public TransactionalUpdateExecutor()
  • Method Details

    • execute

      public <T> T execute(Supplier<T> supplier)
      Specified by:
      execute in interface io.quarkus.rest.data.panache.runtime.UpdateExecutor