Uses of Interface
org.neo4j.cypherdsl.core.Named
Packages that use Named
-
Uses of Named in org.neo4j.cypherdsl.core
Subinterfaces of Named in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptioninterfaceSee NodePattern.interfaceA container having properties.interfaceSee RelationshipPattern.Classes in org.neo4j.cypherdsl.core that implement NamedModifier and TypeClassDescriptionfinal classRepresents a named path.classThis is the base class for all nodes.classRelationshipBase<S extends NodeBase<?>,E extends NodeBase<?>, SELF extends RelationshipBase<S, E, SELF>> This is the base class for all relationships.Methods in org.neo4j.cypherdsl.core that return NamedModifier and TypeMethodDescriptionProperty.getContainer()Returns the container "owning" this property.Methods in org.neo4j.cypherdsl.core with parameters of type NamedModifier and TypeMethodDescriptionstatic FunctionInvocationCreates a function invocation for thecollect()function.static FunctionInvocationCypher.collectDistinct(Named variable) Creates a function invocation for thecollect()function withDISTINCTadded.static SymbolicName[]Cypher.createSymbolicNames(Named[] variables) default StatementBuilder.OngoingUpdateRenders aDELETEclause targeting the given variables.default StatementBuilder.OngoingUpdateStatementBuilder.ExposesDelete.detachDelete(Named... variables) Renders aDETACH DELETEclause targeting the given variables.StatementBuilder.ExposesSet.mutate(Named variable, Expression properties) Creates a+=operation.StatementBuilder.OngoingMergeAction.mutate(Named variable, Expression properties) Creates a+=operation.Creates theRETURNclause.default ListComprehensionDefines theRETURNclause.default PatternComprehensionDefines the returning named items.ExposesReturning.returningDistinct(Named... variables) Creates aRETURNclause containing theDISTINCTkeyword.StatementBuilder.ExposesSet.set(Named variable, Expression expression) Adds aSETclause to the statement, modifying the given named thing with an expression.StatementBuilder.OngoingMergeAction.set(Named variable, Expression expression) Adds aSETclause to the statement, modifying the given named thing with an expression.default TAdds the given items to the YIELD clause of the generated call.