Class Constants
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 StringThe name SDN uses for the parameter to pass the "from id".static final StringThe name of a property SDN might insert to guarantee a stable sort of records.static final StringIndicates the list of all labels.static final StringThe name of the parameter SDN uses to pass all properties.static final StringThe name of the property SDN uses to transport the Neo4j element id.static final StringThe name of the parameter SDN uses to pass a list of entities.static final StringThe name of the property SDN uses to transport an id.static final StringThe name of the property SDN uses to transport a set of ids.static final StringThe name of the property SDN uses to transport the internal Neo4j entity id.static final StringThe name of the parameter SDN uses to pass a known relationship id.static final StringThe name of the parameter SDN uses to pass a list of known relationship ids.static final StringIndicates the list of dynamic labels.static final StringThe name of the property SDN uses to transport all projected properties.static final StringThe name of the parameter SDN uses to pass a list of relationships.static final StringOptional property for relationship properties' simple class name to keep type info.static final org.neo4j.cypherdsl.core.SymbolicNameA generic name for an untyped root node.static final StringThe name SDN uses for vector search score.static 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 StringThe name SDN uses for synthesized related nodes.static final StringThe name SDN uses for synthesized relationships.static final StringThe name SDN uses for a synthesized root node.static final Function<NodeDescription<?>, org.neo4j.cypherdsl.core.SymbolicName> A function for deriving a name for the root node of a query.static final StringThe name of the property SDN uses to transport a vector property.static final StringThe name of the property SDN uses to transport the value of a vector property.static final StringThe name of the property SDN uses to transport the version of an entity.static final StringThe name SDN uses for the parameter to pass the "to id".static final StringVector search score parameter name.static final StringVector search vector parameter name. -
Method Summary
-
Field Details
-
NAME_OF_TYPED_ROOT_NODE
public static final Function<NodeDescription<?>, org.neo4j.cypherdsl.core.SymbolicName> NAME_OF_TYPED_ROOT_NODEA function for deriving a name for the root node of a query. -
NAME_OF_ROOT_NODE
public static final org.neo4j.cypherdsl.core.SymbolicName NAME_OF_ROOT_NODEA generic name for an untyped root node. -
NAME_OF_INTERNAL_ID
The name of the property SDN uses to transport the internal Neo4j entity id.- See Also:
-
NAME_OF_ELEMENT_ID
The name of the property SDN uses to transport the Neo4j element id.- See Also:
-
NAME_OF_ADDITIONAL_SORT
The name of a property SDN might insert to guarantee a stable sort of records.- See Also:
-
NAME_OF_LABELS
-
NAME_OF_ALL_LABELS
-
NAME_OF_IDS
The name of the property SDN uses to transport a set of ids.- See Also:
-
NAME_OF_ID
The name of the property SDN uses to transport an id.- See Also:
-
NAME_OF_VERSION_PARAM
The name of the property SDN uses to transport the version of an entity.- See Also:
-
NAME_OF_PROPERTIES_PARAM
The name of the property SDN uses to transport all projected properties.- See Also:
-
NAME_OF_VECTOR_PROPERTY
The name of the property SDN uses to transport a vector property.- See Also:
-
NAME_OF_VECTOR_VALUE
The name of the property SDN uses to transport the value of a vector property.- 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
The name of the parameter SDN uses to pass a list of entities.- See Also:
-
NAME_OF_RELATIONSHIP_LIST_PARAM
The name of the parameter SDN uses to pass a list of relationships.- See Also:
-
NAME_OF_KNOWN_RELATIONSHIP_PARAM
The name of the parameter SDN uses to pass a known relationship id.- See Also:
-
NAME_OF_KNOWN_RELATIONSHIPS_PARAM
The name of the parameter SDN uses to pass a list of known relationship ids.- See Also:
-
NAME_OF_ALL_PROPERTIES
The name of the parameter SDN uses to pass 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
The name SDN uses for a synthesized root node.- See Also:
-
NAME_OF_SYNTHESIZED_RELATED_NODES
The name SDN uses for synthesized related nodes.- See Also:
-
NAME_OF_SYNTHESIZED_RELATIONS
The name SDN uses for synthesized relationships.- See Also:
-
FROM_ID_PARAMETER_NAME
The name SDN uses for the parameter to pass the "from id".- See Also:
-
TO_ID_PARAMETER_NAME
The name SDN uses for the parameter to pass the "to id".- See Also:
-
NAME_OF_SCORE
-
VECTOR_SEARCH_VECTOR_PARAMETER
Vector search vector parameter name.- See Also:
-
VECTOR_SEARCH_SCORE_PARAMETER
Vector search score parameter name.- See Also:
-