在同一个实体中,我有一个PreUpdate和一个PrePersist。PreUpdate触发,但PrePersist从不触发。我在生命周期回调中的刷新和注释之后放置了一个die()。完整实体可见于http://pastebin.com/yUk1u4GQ实体回调/***@PreUpdate*/publicfunctionfixDates(){$this->updatedOn=$this->getNow();$this->closedDate=null;$this->openDate=null;print"datesfixed";}/***@PrePersist*/publicfuncti