Class PessimisticLockSupport

java.lang.Object
io.jmix.flowui.screen.PessimisticLockSupport

@Component("flowui_PessimisticLockingSupport") @Scope("prototype") public class PessimisticLockSupport extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • lock

      public PessimisticLockStatus lock(Object entityId)
    • unlock

      public void unlock(Object entityId)
    • getLockName

      protected String getLockName()
    • createNotificationLayout

      protected com.vaadin.flow.component.Component createNotificationLayout(String title, String message)