Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

re-store provides an object-relational mapper for domain
objects and their relationships with each other.

(O/R-mapping: http: //en.wikipedia.org/wiki/Object-relational_mapping)wikipedia, there is also a backgrounder in this wiki

re-store supports two methods (they can be combined within a domain
model):

  • single table inheritance
  • concrete table inheritance

NOT supported, but planned for the future is class table inheritance. What's more, re-store supports Linq for persisted data.