Interface TaskanaTransactionProvider<T>
-
- Type Parameters:
T- the type of the returned objects.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TaskanaTransactionProvider<T>
This class provides support for transactions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TexecuteInTransaction(TaskanaCallable<T> action)
-
-
-
Method Detail
-
executeInTransaction
T executeInTransaction(TaskanaCallable<T> action)
-
-