Uses of Class
org.neo4j.cypherdsl.core.Property
-
Packages that use Property Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Property in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Property Modifier and Type Method Description static PropertyCypher. property(java.lang.String containerName, java.lang.String name)Dereferences a property for a symbolic name, most likely pointing to a property container like a node or a relationship.static PropertyCypher. property(Expression expression, java.lang.String name)Dereferences a property on a arbitrary expression.PropertyNode. property(java.lang.String name)PropertyPropertyContainer. property(java.lang.String name)Creates a newPropertyassociated with this property container.PropertyRelationship. property(java.lang.String name)Methods in org.neo4j.cypherdsl.core with parameters of type Property Modifier and Type Method Description static ConditionPredicates. exists(Property property)Creates a new condition based on a function invocation for theexists()function.<T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement>
TStatementBuilder.ExposesSetAndRemove. remove(Property... properties)
-