Interface JDBCLockManager

    • Method Detail

      • selectForUpdate

        boolean selectForUpdate​(Select sel,
                                int lockLevel)
        Return whether to issue the given select FOR UPDATE, depending on the capabilities of the dictionary and the fetch configuration.
      • loadedForUpdate

        void loadedForUpdate​(OpenJPAStateManager sm)
        Notification that the given instance was loaded via a result set produced by a FOR UPDATE select.
      • skipRelationFieldLock

        boolean skipRelationFieldLock()
        Return true if locking is not desired for relation fields.