romaricdrigon / OrchestraBundle

Naked Object implementation on top of Symfony2
MIT License
4 stars 1 forks source link

Add RepositoryReflection #8

Closed romaricdrigon closed 9 years ago

romaricdrigon commented 9 years ago

Treat repositories in a way similar to entities: they are not manipulated directly, but a RepositoryReflection. That way we have a central object to reflect what a Repository is, and its capabilities.

It will also make caching configuration easier, we can cache this objects, instead of getting back to Repository object each time.

romaricdrigon commented 9 years ago

That one is done, moving to #9