org.opencypher.okapi.api.io.conversion
mapping from property key to source property key
mapping from property key to source property key
either a relationship type or a key to access the type in the source data and a set of all possible types
key to access the end node identifier in the source data
key to access the node identifier in the source data
key to access the node identifier in the source data
key to access the start node identifier in the source data
Represents a mapping from a source with key-based access to relationship components (e.g. a table definition) to a Cypher relationship. The purpose of this class is to define a mapping from an external data source to a property graph.
Construct a RelationshipMapping starting with RelationshipMapping#on.