Uses of Class
org.neo4j.cypherdsl.core.PropertyLookup
-
Packages that use PropertyLookup Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of PropertyLookup in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return PropertyLookup Modifier and Type Method Description static PropertyLookupPropertyLookup. forName(String name)This creates a property lookup for a given name.Methods in org.neo4j.cypherdsl.core that return types with arguments of type PropertyLookup Modifier and Type Method Description @NotNull List<PropertyLookup>Property. getNames()
-