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 NamedMethods in org.neo4j.cypherdsl.core with parameters of type NamedModifier and TypeMethodDescriptionstatic @NotNull FunctionInvocationCreates a function invocation for thecollect()function.static @NotNull FunctionInvocationCypher.collectDistinct(@NotNull Named variable) Creates a function invocation for thecollect()function withDISTINCTadded.static SymbolicName[]Cypher.createSymbolicNames(Named[] variables) default @NotNull StatementBuilder.OngoingUpdateRenders aDELETEclause targeting the given variables.default @NotNull StatementBuilder.OngoingUpdateStatementBuilder.ExposesDelete.detachDelete(Named... variables) Renders aDETACH DELETEclause targeting the given variables.default @NotNull StatementBuilder.BuildableMatchAndUpdateStatementBuilder.ExposesSet.mutate(Named variable, Expression properties) Creates a+=operation.default @NotNull StatementBuilder.BuildableOngoingMergeActionStatementBuilder.OngoingMergeAction.mutate(Named variable, Expression properties) Creates a+=operation.Creates theRETURNclause.default @NotNull ListComprehensiondefault @NotNull PatternComprehensionExposesReturning.returningDistinct(Named... variables) Creates aRETURNclause containing theDISTINCTkeyword.default @NotNull StatementBuilder.BuildableMatchAndUpdateStatementBuilder.ExposesSet.set(Named variable, Expression expression) Adds aSETclause to the statement, modifying the given named thing with an expression.default @NotNull StatementBuilder.BuildableOngoingMergeActionStatementBuilder.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.