Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mapping driver factory #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

c960657
Copy link
Contributor

@c960657 c960657 commented Sep 7, 2015

This PR adds a mapping driver factory, orm.mapping.factory, following the same pattern as orm.cache.factory.

It supports custom mapping drivers like it has been proposed for cache drivers in #59.

The factory methods requires a Configuration instance to be passed. This is only used by the "annotation" driver and could be avoided by inlining the code in Doctrine\ORM\Configuration::newDefaultAnnotationDriver(). This would make the API cleaner but create make a stronger coupling to Doctrine ORM, so I kept the existing implementation. Agree?

@simensen
Copy link
Member

simensen commented Sep 7, 2015

@dominikzogg Would you mind taking a look at this (and #59 in retrospect) if you get a chance? This looks heavier than I'd like to merge on a whim and I don't have the time to look at this for at least a week or so.

@c960657 thanks for your help on this! I definitely like the direction. :) If I can get another set of eyes on it we can probably get it merged.

@c960657 c960657 mentioned this pull request Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants