Skip to content

Mapping Graphs

Leonardo Porro edited this page Jan 24, 2023 · 36 revisions

In Maths, a graph is a structure made of connected nodes (vertices and edges). For the scope of this library an entity or DTO graph is a structure where the nodes are objects and the connections are associations.

Graph

When a method is expecting a graph, it means the root entity along with a set or a subset of relationships is expected.

This library supports the following scenarios:

The main difference between this mapper engine and other mappers is that it takes into account keys and states and that makes it friendly with ORMs.