I am new to nHibernate Envers, I am Tracking entity changes at property level, which creates columns with the properties names with a suffix of _MOD by default, there is a option of changing this suffix.
http://envers.bitbucket.org/#envers-envers-tracking-properties-changes-queries
But, i need the columns names for these MOD flags based on ColumnName_MOD instead of PropertyName_MOD.
Where can I change this configuration. Any clues would be really helpful.
Thanks, Su