No, probably not. Please report an JIRA issue about this and I’ll make it public “soon”. (if you want to make a pull request, you are more than welcome. If so – have a look at the RevisionInfo*Test under NetSpecific/UnitTests)
/Roger From: [email protected] [mailto:[email protected]] On Behalf Of Scott Findlater Sent: den 9 mars 2015 11:24 To: [email protected] Subject: [nhusers] Envers - FluentConfiguration SetRevisionEntity modifiedEntityNames and revisionListener Hi All, To date I have been using the FluentConfiguration to set a custom revision entity type and the custom audit revision listener; auditConfiguration.SetRevisionEntity<AuditRevision>(r => r.Id, r => r.RevisionDate, new AuditRevisionListener()); Our auditing report requirements are advancing and I would now like to track entities changed in revision however the required overload to allow a custom revision entity type with a custom audit revision listener and modified entity names is private within the Envers source; private void setRevisionEntity<T>(Expression<Func<T, object>> revisionNumber, Expression<Func<T, object>> revisionTimestamp, Expression<Func<T, object>> modifiedEntityNames, IRevisionListener revisionListener) Is there a reason for this overload to be private? How else do I make the required configuration changes? Kind regards, Scott. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
