Ole Lynge
Ole Lynge

Reputation: 4587

Versioning of entity values

I'm looking for a way to version the values of my entities.

Examples:

Is there a special pattern for this?

How could it be implemented in C#?

Upvotes: 3

Views: 149

Answers (1)

lexeme
lexeme

Reputation: 2973

Look at Jason Dentler's book (http://www.amazon.com/NHibernate-3-0-Cookbook-Jason-Dentler/dp/184951304X). Chapter 1. Handling versioning and concurrency describes how to mantain versioning. Book describes common approaches on using NHibernate ORM.

Good Luck!

Upvotes: 1

Related Questions