1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Changing note to caution

This commit is contained in:
Jonathan H. Wage 2010-04-23 12:16:31 -04:00
parent d837a2110b
commit fc290404e1

View File

@ -105,7 +105,7 @@ The EntityManager and UnitOfWork trigger a bunch of events during the life-time
* loadClassMetadata - The loadClassMetadata event occurs after the mapping metadata for a class has been loaded from a mapping source (annotations/xml/yaml).
* onFlush - The onFlush event occours after the change-sets of all managed entities are computed. This event is not a lifecycle callback.
> **NOTE**
> **CAUTION**
> Note that the postLoad event occurs for an entity before any associations have been
> initialized. Therefore it is not safe to access associations in a postLoad callback
> or event handler.