1
0
mirror of synced 2025-02-02 21:41:45 +03:00
`cached` -> `catched`
This commit is contained in:
Maks Rafalko 2016-05-01 15:03:40 +03:00
parent 59a0410951
commit c5283eea87

View File

@ -89,7 +89,7 @@ events for one method, this will happen before Beta 1 though.
Now validation is performed whenever you call
``EntityManager#persist($order)`` or when you call
``EntityManager#flush()`` and an order is about to be updated. Any
Exception that happens in the lifecycle callbacks will be cached by
Exception that happens in the lifecycle callbacks will be catched by
the EntityManager and the current transaction is rolled back.
Of course you can do any type of primitive checks, not null,