Any DoctrineORM-Gurus here that can help me? I assume that a PostPersist event is triggered when the data is stored to the DB. Do I also assume right that that happens within a transaction and that doesn't mean the data "survives" a transaction rollback? #doctrine #orm #PHP