Uses of Class
org.neo4j.driver.QueryConfig
Packages that use QueryConfig
-
Uses of QueryConfig in org.neo4j.driver
Methods in org.neo4j.driver that return QueryConfigModifier and TypeMethodDescriptionQueryConfig.Builder.build()
Create a config instance from this builder.static QueryConfig
QueryConfig.defaultConfig()
Returns default config value.Methods in org.neo4j.driver with parameters of type QueryConfigModifier and TypeMethodDescriptionExecutableQuery.withConfig
(QueryConfig config) SetsQueryConfig
.