File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
driver/src/main/java/org/neo4j/driver Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 */
6565public interface Driver extends AutoCloseable {
6666 /**
67- * Creates a new {@link QueryTask} instance that executes an idempotent query in a managed transaction with
68- * automatic retries on retryable errors.
67+ * Creates a new {@link QueryTask} instance that executes a query in a managed transaction with automatic retries on
68+ * retryable errors.
6969 *
7070 * @param query query string
7171 * @return new query task instance
Original file line number Diff line number Diff line change 2929import org .neo4j .driver .util .Experimental ;
3030
3131/**
32- * A task that executes an idempotent query in a managed transaction with automatic retries on retryable errors.
32+ * A task that executes a query in a managed transaction with automatic retries on retryable errors.
3333 * <p>
34- * This is a high-level API for executing an idempotent query. There are more advanced APIs available.
34+ * This is a high-level API for executing a query. There are more advanced APIs available.
3535 * For instance, {@link Session}, {@link Transaction} and transaction functions that are accessible via
3636 * methods like {@link Session#executeWrite(TransactionCallback)}, {@link Session#executeWriteWithoutResult(Consumer)}
3737 * and {@link Session#executeRead(TransactionCallback)} (there are also overloaded options available).
You can’t perform that action at this time.
0 commit comments