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

Merge pull request #781 from shieldo/patch-2

fixed English grammar
This commit is contained in:
Marco Pivetta 2013-09-08 13:47:39 -07:00
commit 87d2ff8665

View File

@ -742,9 +742,9 @@ Entity listeners
.. versionadded:: 2.4
An entity listeners is a lifecycle listener classes used for an entity.
An entity listener is a lifecycle listener class used for an entity.
- The entity listeners mapping may be applied to an entity class or mapped superclass.
- The entity listener's mapping may be applied to an entity class or mapped superclass.
- An entity listener is defined by mapping the entity class with the corresponding mapping.
.. configuration-block::