Uses of Interface
org.neo4j.cypherdsl.core.IdentifiableElement
Packages that use IdentifiableElement
-
Uses of IdentifiableElement in org.neo4j.cypherdsl.core
Subinterfaces of IdentifiableElement in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptioninterfaceA named thing exposesNamed.getSymbolicName(), making the thing identifiable.interfaceSee NodePattern.interfaceA property.interfaceA container having properties.interfaceSee RelationshipPattern.Classes in org.neo4j.cypherdsl.core that implement IdentifiableElementModifier and TypeClassDescriptionfinal classAn aliased expression, that deals with named expressions when accepting visitors.final classThe*.final 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.final classA symbolic name to identify nodes, relationships and aliased items.Methods in org.neo4j.cypherdsl.core with parameters of type IdentifiableElementModifier and TypeMethodDescriptionExposesSubqueryCall.call(Statement statement, IdentifiableElement... imports) Thesubqueryparameter must be a valid sub-query.ExposesSubqueryCall.callInTransactions(Statement statement, Integer rows, IdentifiableElement... imports) Creates a subquery running in its own transactions.ExposesSubqueryCall.callInTransactions(Statement statement, IdentifiableElement... imports) Creates a subquery running in its own transactions.static @NotNull CountExpressionExpressions.count(Statement statement, IdentifiableElement... imports) Creates a COUNT from a full statement, including its filters and conditions.static ConditionPredicates.exists(Statement statement, IdentifiableElement... imports) Creates a new condition via an existential sub-query.Cypher.with(IdentifiableElement... elements) Starts a statement with a leadingWITH.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereExposesWith.with(IdentifiableElement... elements) Create a match that returns one or more identifiable elements.Expressions.with(IdentifiableElement... identifiableElements) Start building a new sub-query expression by importing variables into the scope with a WITH clause.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereExposesWith.withDistinct(IdentifiableElement... elements) Create a match that returns the distinct set of one or more identifiable elements.Method parameters in org.neo4j.cypherdsl.core with type arguments of type IdentifiableElementModifier and TypeMethodDescriptionCypher.with(Collection<IdentifiableElement> elements) Starts a statement with a leadingWITH.ExposesWith.with(Collection<IdentifiableElement> elements) Create a match that returns one or more identifiable elements.ExposesWith.withDistinct(Collection<IdentifiableElement> expressions) Create a match that returns the distinct set of one or more expressions.