Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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)

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.

  • No labels