Task #44375
Feature #36715: Make simultaneous use of multiple persistence backends possible
Make all persistence reads go through repositories
Start date:
2013-01-08
Due date:
% Done:
0%
Estimated time:
Sprint:
PHP Version:
Has patch:
No
Complexity:
Description
Currently Flow fetches some objects directly via the PersistenceManager, without using the repositories for the fetched objects. This can lead to confusion (if a specialized getter is not called as expected) and prohibits the use of repositories to divert between persistence backends.