Uses of Interface
org.neo4j.driver.QueryTask
Packages that use QueryTask
-
Uses of QueryTask in org.neo4j.driver
Methods in org.neo4j.driver that return QueryTaskModifier and TypeMethodDescriptionCreates a newQueryTaskinstance that executes a query in a managed transaction with automatic retries on retryable errors.QueryTask.withConfig(QueryConfig config) SetsQueryConfig.QueryTask.withParameters(Map<String, Object> parameters) Sets query parameters.