public override void Cascade(ISessionImplementor session, object child, object anything) { log.Debug("cascading to evict()"); session.Evict(child); }