Uses of Interface
org.neo4j.cypherdsl.core.PropertyAccessor
Packages that use PropertyAccessor
-
Uses of PropertyAccessor in org.neo4j.cypherdsl.core
Subinterfaces of PropertyAccessor in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptioninterfaceSee CaseExpression.static interfaceSpecification for a renderable, complete CASE statementstatic interfaceExtension of theCaseinterface to support generic case.static interfaceExtension theCaseinterface to support simple case with an initial expression / condition.interfaceShared interface for all conditions.interfaceAn expression can be used in many places, i.e. in return statements, pattern elements etc.interfaceLiteral<T>Represents a literal with an optional content.interfaceSee NodePattern.interfaceA property.interfaceA container having properties.interfaceSee RelationshipPattern.interfaceA sub-query expression can either be anEXISTS-tentialor aCOUNTexpression as of Neo4j 5.Classes in org.neo4j.cypherdsl.core that implement PropertyAccessorModifier and TypeClassDescriptionfinal classAn aliased expression, that deals with named expressions when accepting visitors.final classThe*.final classThe boolean literal.final classImplementing COLLECT subqueriesfinal classA concrete condition representing a comparision between two expressions.final classA constant condition that is either always true or false.final classAdded for supporting the Neo5j parser.final classAn existential sub-query can only be used in a where clause.final classfinal classA condition checking for the presence of labels on nodes or types on relationships.final classHelper class, only for internal use.final classfinal classRepresents a list expression as in[expression1, expression2, ..., expressionN]final classA list of literals.final classRepresents a range literal applied to another expression.final classA dedicated map expression.final classA map of literals.final classRepresents a map projection as described here.final classclassThis is the base class for all nodes.final classRepresents the literal value null.final classfinal classA binary operation.final classParameter<T>Represents a named parameter inside a Cypher statement.final classfinal classSee PropertyLookupclassRelationshipBase<S extends NodeBase<?>,E extends NodeBase<?>, SELF extends RelationshipBase<S, E, SELF>> This is the base class for all relationships.final classThe string representation of a string literal will be a quoted Cypher string in single tickmarks with escaped reserved characters.final classA symbolic name to identify nodes, relationships and aliased items.final classA literal representing a temporal value to be formatted in a way that Neo4j's Cypher understands it.