Uses of Class
com.vaadin.flow.signals.impl.Transaction
Packages that use Transaction
Package
Description
-
Uses of Transaction in com.vaadin.flow.signals.impl
Methods in com.vaadin.flow.signals.impl that return TransactionModifier and TypeMethodDescriptionstatic TransactionTransaction.createWriteThrough()Creates a new write-through transaction that provides repeatable reads while applying commands immediately to the underlying tree.static TransactionTransaction.getCurrent()Gets the current transaction handler.Methods in com.vaadin.flow.signals.impl with parameters of type TransactionModifier and TypeMethodDescriptionprotected UsageTracker.UsageComputedSignal.createUsage(Transaction transaction) Creates a usage instance based on the current state of this signal.Method parameters in com.vaadin.flow.signals.impl with type arguments of type TransactionModifier and TypeMethodDescriptionstatic voidTransaction.setTransactionFallback(@Nullable SerializableSupplier<@Nullable Transaction> fallback) Sets a supplier that provides a fallback transaction when no explicit transaction is active on the current thread.