Uses of Interface
org.neo4j.cypherdsl.core.Literal
-
Packages that use Literal Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.internal This is basically the kitchen sink for all classes that must be public but are not actually part of the public API. -
-
Uses of Literal in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core that implement Literal Modifier and Type Class Description classAsteriskThe*.classBooleanLiteralThe boolean literal.classListLiteralA list of literals.classNullLiteralRepresents the literal value null.classNumberLiteralclassStringLiteralThe string representation of a string literal will be a quoted Cypher string in single tickmarks with escaped reserved characters.classTemporalLiteralThrown when a QueryDSL operator cannot be used with the Cypher-DSL predicate converter.Methods in org.neo4j.cypherdsl.core that return Literal Modifier and Type Method Description static @NotNull Literal<java.lang.Boolean>Cypher. literalFalse()static <T> @NotNull Literal<T>Cypher. literalOf(java.lang.Object object)Creates a newLiteral<?>from the givenobject.static @NotNull Literal<java.lang.Boolean>Cypher. literalTrue() -
Uses of Literal in org.neo4j.cypherdsl.core.internal
Classes in org.neo4j.cypherdsl.core.internal that implement Literal Modifier and Type Class Description classLiteralBase<T>Represents a literal with an optional content.classNamespace
-