Uses of Interface
org.neo4j.cypherdsl.core.Property
Packages that use Property
-
Uses of Property in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return PropertyModifier and TypeMethodDescriptionstatic @NotNull PropertyDereferences a property for a symbolic name, most likely pointing to a property container like a node or a relationship.static @NotNull PropertyCypher.property(String containerName, Collection<String> names) Dereferences a property for a symbolic name, most likely pointing to a property container like a node or a relationship.static @NotNull PropertyCypher.property(String containerName, Expression lookup) Creates a dynamic lookup of a property for a symbolic name, most likely pointing to a property container like a node or a relationship.static @NotNull PropertyCypher.property(Expression expression, String... names) Dereferences a property on a arbitrary expression.static @NotNull PropertyCypher.property(Expression expression, Collection<String> names) Dereferences a property on a arbitrary expression.static @NotNull PropertyCypher.property(Expression expression, Expression lookup) Creates a dynamic lookup of a property on a arbitrary expression.default @NotNull PropertyAssumes that this expressions refers to a container of some type allowing to reference properties from it.@NotNull PropertyCreates a newPropertyassociated with this property container.@NotNull Property@NotNull PropertyPropertyContainer.property(Expression lookup) Creates a newPropertyassociated with this property container.@NotNull PropertyProperty.referencedAs(String newReference) Creates a new property with an external reference.Methods in org.neo4j.cypherdsl.core with parameters of type PropertyModifier and TypeMethodDescriptionstatic @NotNull ConditionCreates a new condition based on a function invocation for theexists()function.CreatesSETclause for removing the enumerated propertiesstatic HintHint.useIndexFor(boolean seek, Property... properties) Creates an index hint.ExposesHints.usingIndex(Property... properties) Applies an INDEX hint for one or more properties.ExposesHints.usingIndexSeek(Property... properties) Applies an INDEX SEEL hint for one or more properties.Method parameters in org.neo4j.cypherdsl.core with type arguments of type PropertyModifier and TypeMethodDescriptionStatementBuilder.ExposesSetAndRemove.remove(Collection<Property> properties) CreatesSETclause for removing the enumerated properties