Questions tagged [nhibernate-envers]

Powerful audit trail integrated with NHibernate

Envers adds powerful audit trail capabilities integrated with NHibernate.

Questions that address one or more of these features are a candidte for this tag

  • Auditing of all NHibernate mappings
  • Auditing custom types and collections/maps of "simple" types (strings, integers, etc.)
  • Logging data for each revision using a "revision entity"
  • Querying historical data

NuGet
Poject site

62 questions
-1
votes
1 answer

Envers, not inserting deletes in history tables for orphan deletes

We are using NHibernate and Envers. Everything works fine, but envers is not inserting audits for deleting orphans. Inverse().Cascade.AllDeleteOrphan() Where can I find a good envers documentation for nhibernate? Is it possible at all so that evers…
yonexbat
  • 2,902
  • 2
  • 32
  • 43
-2
votes
1 answer

Inject service into Nhibernare Envers to customize revision entity

I'am using NHibernate and envers in a .net 5 web application, i need to add user id to default revision entity and find no way to use dependency injection to do it. this is envers configuration private static void…
1 2 3 4
5