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 470dcb3 commit 400faafCopy full SHA for 400faaf
driver/src/main/java/org/neo4j/driver/SessionConfig.java
@@ -231,6 +231,8 @@ public Builder withDefaultAccessMode(AccessMode mode) {
231
* in a straightforward way and potentially simplifies driver logic as well as reduces network communication
232
* resulting in better performance.
233
* <p>
234
+ * Usage of Cypher clauses like USE is not a replacement for this option. Driver sends Cypher to the server for processing.
235
+ * <p>
236
* When no explicit name is set, the driver behavior depends on the connection URI scheme supplied to the driver
237
* on instantiation and Bolt protocol version.
238
0 commit comments