How to add an event listener for SaveOrUpdateCopy in NHibernate? I see that the ListenerType enumeration does not have the type "SaveOrUpdateCopy". I tried using the "Merge" type, but this adds this to the MergeEventListeners collection. SaveOrUpdateCopy raises events from the SaveOrUpdateCopyEventListeners collection.
How to add event class to SaveOrUpdateCopyEventListeners collection in NHibernate?
source share