Class InternalDBUtil


  • public final class InternalDBUtil
    extends Object
    • Method Detail

      • runAndRetry

        public static <T> T runAndRetry​(@NotNull
                                        DBFunctions dbf,
                                        @NotNull
                                        DBAction<T> action,
                                        int deadlockMaxAttempts,
                                        @NotNull
                                        Logger logger)