Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-ALPHA3
-
Fix Version/s: 2.2
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This may include:
- a doctrine.readOnly query hint
- a @ReadOnly annotation or xml/yaml descriptor element
Useful mainly for optimization purposes to tell doctrine to ignore such objects for any change tracking (except the initial creation/insert, of course).
Issue Links
- is required for
-
DDC-1386
getPartialReference() will result in data loss if default values are used
-
| 1. | doctrine.readOnly query hint | |
|
Roman S. Borschel | |
2. |
Read-only entities | |
|
Benjamin Eberlei |
DDC-692might make it into 2.0. The query hint is definitely out of scope for that release.