phpcr-odm
phpcr-odm copied to clipboard
Doctrine PHPCR ODM
follow-up of https://github.com/doctrine/phpcr-odm/pull/549/files#r16331850 , can only be done once https://github.com/jackalope/jackalope/issues/239 is fixed.
Just for the record there seems to be a bug with the new early exist in the UOW#commit relating to updating translations, but not able to figure it out right...
Doctrine ORM allows to define listeners for specific Entities (http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#entity-listeners). Is it possible to do the same thing with PHPCR-ODM?
there is now a command to migrate a document from one class to an other, but this would be useful functionality through code as well. https://github.com/doctrine/phpcr-odm/blob/master/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/DocumentMigrateClassCommand.php
While handling with the `SeoMetadata` in symfony-cmf/seo-bundle, @WouterJ and i came to the conclusion that it would be nice to do have that behavior: https://github.com/symfony-cmf/SeoBundle/blob/master/Doctrine/Phpcr/SeoMetadataListener.php somehow as an new field...
this is a follow-up of #116 the problem is: what happens when a ReferenceOne path or weak reference property points to something non-existing? is the property null? is the currently...
http://www.doctrine-project.org/docs/orm/2.2/en/reference/change-tracking-policies.html
this is a follow-up of #116 i think a user might need to attach his own strategy to the document manager. we could call this path_relative= and provide "max" that...
https://doctrine-mongodb-odm.readthedocs.org/en/latest/reference/migrating-schemas.html
depends on https://github.com/jackalope/jackalope/issues/59