Versions Compared

Key

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

...

Client transactions and transaction scopes are discussed in detail on these pages (copied from the PhoneBook tutorial).

re-store also persists relations between domain objects

With re-store, you can declare reference properties to have

  • unidirectional 1:1 relations to other domain objects
  • unidirectional 1:n relations to other domain objects
  • bidirectional 1:1 relations to other domain objects
  • bidirectional 1:n relations to other domain objects

The differences and finesse of modeling a domain with these relations is explained in PhoneBook.Domain -- relationships