public IList <PersistentCollectionChangeData> MapCollectionChanges(String referencingPropertyName, IPersistentCollection newColl, Object oldColl, Object id) { return(_delegate.MapCollectionChanges(referencingPropertyName, newColl, oldColl, id)); }
public IList <PersistentCollectionChangeData> MapCollectionChanges(ISessionImplementor session, string referencingPropertyName, IPersistentCollection newColl, object oldColl, object id) { return(_delegate.MapCollectionChanges(session, referencingPropertyName, newColl, oldColl, id)); }