Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put up a warning sign that mapping may not be inherited from transien…
…t classes This _seems_ to work, but... To my understanding, that is only because `ReflectionClass::getProperties` will report `protected` properties also for subclasses, including DocBlocks etc. The mapping drivers are unable to tell where a field comes from, so they pick up the mapping and treat it as originating from the inheriting class. If that is indeed outside of what the ORM was designed for (sombody please confirm?), then we should explicitly discourage it. Yes, I have seen examples of this in the wild.
- Loading branch information