Uses of Interface
org.neo4j.cypherdsl.core.IdentifiableElement
-
Packages that use IdentifiableElement Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of IdentifiableElement in org.neo4j.cypherdsl.core
Subinterfaces of IdentifiableElement in org.neo4j.cypherdsl.core Modifier and Type Interface Description interfaceNamedA named thing exposesNamed.getSymbolicName(), making the thing identifiable.interfaceNodeSee NodePattern.interfacePropertyA property.interfacePropertyContainerA container having properties.interfaceRelationshipSee RelationshipPattern.Classes in org.neo4j.cypherdsl.core that implement IdentifiableElement Modifier and Type Class Description classAliasedExpressionAn aliased expression, that deals with named expressions when accepting visitors.classNamedPathRepresents a named path.classNodeBase<SELF extends Node>This 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.classSymbolicNameA symbolic name to identify nodes, relationships and aliased items.Methods in org.neo4j.cypherdsl.core with parameters of type IdentifiableElement Modifier and Type Method Description StatementBuilder.OngoingReadingWithoutWhereExposesSubqueryCall. call(Statement statement, IdentifiableElement... imports)Thesubqueryparameter must be a valid subquery.@NotNull ExposesSubqueryCall.BuildableSubqueryExposesSubqueryCall. callInTransactions(Statement statement, Integer rows, IdentifiableElement... imports)Creates a subquery running in its own transactions.default ExposesSubqueryCall.BuildableSubqueryExposesSubqueryCall. callInTransactions(Statement statement, IdentifiableElement... imports)Creates a subquery running in its own transactions.static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereCypher. with(IdentifiableElement... elements)Starts a statement with a leadingWITH.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereStatementBuilder.ExposesWith. with(IdentifiableElement... elements)@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereStatementBuilder. with(IdentifiableElement... elements)Starts a with clause by passing named expressions to it.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereStatementBuilder.ExposesWith. withDistinct(IdentifiableElement... elements)
-