Skip to content

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 force-pushed the mapping-driver-factory branch from f1fbcdb to d1e6dde Compare September 7, 2015 13:51
@c960657 c960657 force-pushed the mapping-driver-factory branch from d1e6dde to 46b2f39 Compare September 7, 2015 14:10
@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.

2 participants