[DDC-1889] generate persisters Created: 21/Jun/12 Updated: 22/Oct/12 |
|
| Status: | In Progress |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Fabio B. Silva | Assignee: | Fabio B. Silva |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I'm not sure if this is really possible.. but to improve performance we should consider generate custom entity persisters. Now entity persister are not cached, |
| Comments |
| Comment by Benjamin Eberlei [ 21/Jun/12 ] |
|
This should be relatively easy in the first step by ust generate the RSM and SQL statements in the constructor and extending from the default persister. |