Uses of Enum Class
org.neo4j.cypherdsl.core.renderer.Dialect
Packages that use Dialect
-
Uses of Dialect in org.neo4j.cypherdsl.core.renderer
Methods in org.neo4j.cypherdsl.core.renderer that return DialectModifier and TypeMethodDescriptionConfiguration.getDialect()static DialectReturns the enum constant of this class with the specified name.static Dialect[]Dialect.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.cypherdsl.core.renderer with parameters of type DialectModifier and TypeMethodDescriptionConfiguration.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.