diff --git a/driver/src/main/java/org/neo4j/driver/SessionConfig.java b/driver/src/main/java/org/neo4j/driver/SessionConfig.java index 9511daaf26..026580e210 100644 --- a/driver/src/main/java/org/neo4j/driver/SessionConfig.java +++ b/driver/src/main/java/org/neo4j/driver/SessionConfig.java @@ -253,6 +253,8 @@ public Builder withDefaultAccessMode(AccessMode mode) { * in a straightforward way and potentially simplifies driver logic as well as reduces network communication * resulting in better performance. *

+ * Usage of Cypher clauses like USE is not a replacement for this option. Driver sends Cypher to the server for processing. + *

* When no explicit name is set, the driver behavior depends on the connection URI scheme supplied to the driver * on instantiation and Bolt protocol version. *