We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d6928 commit 8632e1aCopy full SHA for 8632e1a
driver/src/main/java/org/neo4j/driver/SessionConfig.java
@@ -253,6 +253,8 @@ public Builder withDefaultAccessMode(AccessMode mode) {
253
* in a straightforward way and potentially simplifies driver logic as well as reduces network communication
254
* resulting in better performance.
255
* <p>
256
+ * Usage of Cypher clauses like USE is not a replacement for this option. Driver sends Cypher to the server for processing.
257
+ * <p>
258
* When no explicit name is set, the driver behavior depends on the connection URI scheme supplied to the driver
259
* on instantiation and Bolt protocol version.
260
0 commit comments