java.lang.Object
org.springframework.data.neo4j.core.mapping.Constants
A pool of constants used in our Cypher generation. These constants may change without further notice and are meant
for internal use only.
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringIndicates the list of all labels.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringIndicates the list of dynamic labels.static final Stringstatic final Stringstatic final StringOptional property for relationship properties' simple class name to keep type infostatic final org.neo4j.cypherdsl.core.SymbolicNamestatic final StringIndicates the parameter that contains the static labels which are required to correctly compute the difference in the list of dynamic labels when saving a node.static final Stringstatic final Stringstatic final Stringstatic final Function<NodeDescription<?>,org.neo4j.cypherdsl.core.SymbolicName> static final Stringstatic final String -
Method Summary
-
Field Details
-
NAME_OF_TYPED_ROOT_NODE
public static final Function<NodeDescription<?>,org.neo4j.cypherdsl.core.SymbolicName> NAME_OF_TYPED_ROOT_NODE -
NAME_OF_ROOT_NODE
public static final org.neo4j.cypherdsl.core.SymbolicName NAME_OF_ROOT_NODE -
NAME_OF_INTERNAL_ID
- See Also:
-
NAME_OF_ELEMENT_ID
- See Also:
-
NAME_OF_ADDITIONAL_SORT
- See Also:
-
NAME_OF_LABELS
Indicates the list of dynamic labels.- See Also:
-
NAME_OF_ALL_LABELS
Indicates the list of all labels.- See Also:
-
NAME_OF_IDS
- See Also:
-
NAME_OF_ID
- See Also:
-
NAME_OF_VERSION_PARAM
- See Also:
-
NAME_OF_PROPERTIES_PARAM
- See Also:
-
NAME_OF_STATIC_LABELS_PARAM
Indicates the parameter that contains the static labels which are required to correctly compute the difference in the list of dynamic labels when saving a node.- See Also:
-
NAME_OF_ENTITY_LIST_PARAM
- See Also:
-
NAME_OF_RELATIONSHIP_LIST_PARAM
- See Also:
-
NAME_OF_KNOWN_RELATIONSHIP_PARAM
- See Also:
-
NAME_OF_KNOWN_RELATIONSHIPS_PARAM
- See Also:
-
NAME_OF_ALL_PROPERTIES
- See Also:
-
NAME_OF_RELATIONSHIP_TYPE
Optional property for relationship properties' simple class name to keep type info- See Also:
-
NAME_OF_SYNTHESIZED_ROOT_NODE
- See Also:
-
NAME_OF_SYNTHESIZED_RELATED_NODES
- See Also:
-
NAME_OF_SYNTHESIZED_RELATIONS
- See Also:
-
FROM_ID_PARAMETER_NAME
- See Also:
-
TO_ID_PARAMETER_NAME
- See Also:
-