0

I use NHibernate and Envers to access my bdd and audit my entites. The problem is entites are not audited when I use a custom SQL command (to delete a lots of entries).

Is there a way to manually trigger audit for a bunch of entries?

Thanks for your time,

Jerome Thievent
  • 295
  • 2
  • 8

1 Answers1

1

No. Entities that nhibernate aren't aware of, envers won't be either.

You should handle this manually.

Roger
  • 1,944
  • 1
  • 11
  • 17