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 PropertyDereferences a property for a symbolic name, most likely pointing to a property container like a node or a relationship.static 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 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 PropertyCypher.property(Expression expression, String... names) Dereferences a property on an arbitrary expression.static PropertyCypher.property(Expression expression, Collection<String> names) Dereferences a property on a arbitrary expression.static PropertyCypher.property(Expression expression, Expression lookup) Creates a dynamic lookup of a property on an arbitrary expression.default Propertydefault PropertyExpression.property(Expression lookup) Creates a newPropertyassociated with this property container.default PropertyCreates a newPropertyassociated with this element.Returns a newPropertyassociated with this element.PropertyAccessor.property(Expression lookup) Creates a newPropertyassociated with this element.Property.referencedAs(String newReference) Creates a new property with an external reference.Methods in org.neo4j.cypherdsl.core with parameters of type PropertyModifier and TypeMethodDescriptionstatic ConditionCreates a new condition based on a function invocation for theexists()function.CreatesSETclause for removing the enumerated properties.static 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.