#Joe B
Yeap, but I've got somethg different situation.. Before this delete I
load all entities without proxy (lets assume I Iterate for every
object).
If we look much closer on DeleteEntity method in
DefaultDeleteEventListener, we can see, that before actually push in
queue session.ActionQueue.AddAction(...), it calls
new ForeignKeys.Nullifier(entity, true, false,
session).NullifyTransientReferences(entityEntry.DeletedState,
propertyTypes);
new Nullability(session).CheckNullability(entityEntry.DeletedState,
persister, true);
and here in persister object some attributes are set on, that's why
Ive got Not-null/trancient Exception
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.