doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.92k stars 2.51k forks source link

DDC-860: loadClassMetadata event on event listeners #5382

Closed doctrinebot closed 8 years ago

doctrinebot commented 13 years ago

Jira issue originally created by user gediminasm:

loadClassMetadata event arguments - LoadClassMetadataEventArgs, should contain a reference to metadataCacheDriver used on classMetadataFactory that is important in order to cache additional metadata which can be read from other annotations during this event. Currently it is not possible to retrieve it during this event. That concerns only event listeners not livecycle events directly on entity.

doctrinebot commented 13 years ago

Comment created by @beberlei:

Implemented

doctrinebot commented 13 years ago

Issue was closed with resolution "Fixed"