Uses of Class
org.neo4j.cypherdsl.core.MapProjection
-
Packages that use MapProjection Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of MapProjection in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return MapProjection Modifier and Type Method Description MapProjectionMapProjection. and(java.lang.Object... content)Adds additional content.MapProjectionNode. project(java.lang.Object... entries)Creates a map projection based on this node.MapProjectionNode. project(java.util.List<java.lang.Object> entries)A list will never be a valid entry for a map projection, so this convenient method prevents trying to create one from a list of objects.MapProjectionRelationship. project(java.lang.Object... entries)Creates a map projection based on this relationship.
-