nhibernate-envers

One revision per entity


I am just starting with nhibernate-envers so, please, bear with me. I am trying to manage a typical situation where I have customer and orders.

I would like to have different revisions for each entity.

I was wondering if it is possible to customize the the environment so that my customers have a progressive revision and my orders have another one, each starting from 1.

Thanks.


Solution

  • No. The revision number is a global number for your domain model (like a changeset number for a repository in a VCS).