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. -
-
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.classNamespaceclassNullLiteralRepresents 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 Literal<java.lang.Boolean>Cypher. literalFalse()static <T> Literal<T>Cypher. literalOf(java.lang.Object object)Creates a newLiteral<?>from the givenobject.static Literal<java.lang.Boolean>Cypher. literalTrue()
-