Interface TransactionManager
public interface TransactionManager
-
Method Summary
Modifier and TypeMethodDescription<T> Texecute(TransactionCallback<T> callback) voidexecute(TransactionCallbackWithoutResult callback) default void
-
Method Details
-
execute
-
execute
-
executeWithoutResult
-