You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neo4j has entity-level locks in the scope of a transaction, which is a really useful feature. I think we could safely add this to the Transaction interface here, throwing UnsupportedOperation if missing from an implementation.
The text was updated successfully, but these errors were encountered:
Neo4j has entity-level locks in the scope of a transaction, which is a really useful feature. I think we could safely add this to the Transaction interface here, throwing UnsupportedOperation if missing from an implementation.
The text was updated successfully, but these errors were encountered: