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