Tagged Questions

0
votes
0answers
171 views

object references an unsaved transient instance - save the transient instance before flushing

We have 4 entities in our program. E1-E2-E3-E4. E1 contains collection of E2. E2 contains collection of E3. E3 contains collection of E4. We set Bidirectional One-to-Many association in between 2 ...
0
votes
1answer
866 views

NHibernate ManyToMany relationship - using AuditInterceptor - object references an unsaved transient instance - save the transient instance before flushing

The domain model the DomainObject's audit fields are populated using an AuditInterceptor. DomainObject Id EstablishDate EstablishId UpdateDate UpdateId Message : DomainObject ...