Hey Stan, The UnitOfWork tracks only "persistent" fields and associations. All the rest is "transient" and therefore ignored.
Cheers, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 14 March 2014 23:00, Stan Lemon <[email protected]> wrote: > In postLoad I am sticking an ArrayCollection onto my entity, in a property > that has no mapping on it. What I'm noticing in that when I change the > contents of that ArrayCollection and persist the entity no change sets are > computed and so my postPersist and postUpdate callbacks never get fires to > deal with the ArrayCollection that I shoe horned on in postLoad. > > Thanks for your help, > Stan > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
