doctrine-orm
doctrine-orm copied to clipboard
ORM 3 compatibility
BC breaks
Removed annotations support
Use attributes instead.
Removed Nettrine\ORM\ManagerRegistry::getAliasNamespace()
Support for entity namespace alias was removed in ORM: https://github.com/doctrine/orm/blob/3.0.x/UPGRADE.md#bc-break-removed-support-for-entity-namespace-alias
Cache
doctrine/cache
is no longer supported, psr/cache
is used instead. This integration allows Nette Cache storages and cache objects in addition to PSR-6 cache pools for cache configuration. See docs for more information.