Uses of Class
org.neo4j.cypherdsl.core.renderer.Configuration.Builder
Packages that use Configuration.Builder
-
Uses of Configuration.Builder in org.neo4j.cypherdsl.core.renderer
Methods in org.neo4j.cypherdsl.core.renderer that return Configuration.BuilderModifier and TypeMethodDescriptionConfiguration.Builder.alwaysEscapeNames(boolean alwaysEscapeNames) Configure whether names should be always escaped.static Configuration.BuilderConfiguration.newConfig()Returns a new builder.Configuration.Builder.withDialect(Dialect dialect) Use a configuration with a dialect fitting your target database if thedefault dialectleads to incompatible results with your version of Neo4j.Configuration.Builder.withGeneratedNames(boolean useGeneratedNames) Configure whether variable names should be always generated.Configuration.Builder.withGeneratedNames(Set<Configuration.GeneratedNames> useGeneratedNames) Configure for which type of object generated names should be used.Configuration.Builder.withIndentSize(int indentSize) Configuration.Builder.withIndentStyle(Configuration.IndentStyle indentStyle) Configuration.Builder.withPrettyPrint(boolean prettyPrint) Enables or disables pretty printing.