Details
Description
Add support for polymorphism. Based upon a meeting by myself and Ralf back in
January, this will be place where we keep our meeting notes, design decisions,
etc. For complex discussions, I'll point to a confluence page once required.
Issue Links
- depends upon
-
CASTOR-1085
TransactionContext suffers from a crappy implementation. ;)
-
- is depended upon by
-
CASTOR-1163
LIMIT with OFFSET fails for classes with extends on ORACLE
-
-
CASTOR-778
"Useless" code in ClassMolder.delete
-
- is duplicated by
-
CASTOR-470
Loading all instances of a class doesn't load instances of the subclass
-
Activity
Bruce Snyder
made changes -
| Field | Original Value | New Value |
|---|---|---|
| issue.field.bugzillaimportkey | 1881 | 23325 |
Werner Guttmann
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Gregory Block
made changes -
| Attachment | TransactionContext-Rewrite.diff [ 15042 ] |
Werner Guttmann
made changes -
| Affects Version/s | 0.9.6 [ 11649 ] | |
| Affects Version/s | 0.9.7 [ 11661 ] | |
| Bugzilla Id | 1881 | |
| Description |
Add support for polymorphism. Based upon a meeting by myself and Ralf back in January, this will be place where we keep our meeting notes, design decisions, etc. For complex discussions, I'll point to a confluence page once required. |
Add support for polymorphism. Based upon a meeting by myself and Ralf back in January, this will be place where we keep our meeting notes, design decisions, etc. For complex discussions, I'll point to a confluence page once required. |
| Environment |
Operating System: Windows XP Platform: PC |
Operating System: Windows XP Platform: PC |
Werner Guttmann
made changes -
| Link |
This issue is depended upon by |
Gregory Block
made changes -
| Comment | [ 37775 ] |
Gregory Block
made changes -
| Comment | [ 37778 ] |
Gregory Block
made changes -
| Comment | [ 37777 ] |
Werner Guttmann
made changes -
| Fix Version/s | 0.9.9 [ 11661 ] |
Werner Guttmann
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Werner Guttmann
made changes -
| Link |
This issue depends upon |
Werner Guttmann
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050621.txt [ 15685 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050621-02.txt [ 15688 ] |
Werner Guttmann
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050622.txt [ 15710 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050622-02.txt [ 15712 ] |
Werner Guttmann
logged work - 22/Jun/05 6:53 AM
-
- Time Spent:
- 30 minutes
- Investigation as to why newly introduced PTF failed to run completely.
Werner Guttmann
made changes -
| Time Spent | 30 minutes [ 1800 ] | |
| Remaining Estimate | 0 minutes [ 0 ] |
Ralf Joachim
made changes -
| Attachment | ptf-results.20050622-02.txt [ 15716 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050623.txt [ 15717 ] |
Werner Guttmann
logged work - 23/Jun/05 4:25 AM
-
- Time Spent:
- 30 minutes
- Small refactoring to improve performance at startup (SQLEngine cache) and at execution of SQLEngine.load().
Werner Guttmann
made changes -
| Time Spent | 30 minutes [ 1800 ] | 1 hour [ 3600 ] |
Ralf Joachim
made changes -
| Attachment | patch-C1018-20050624.txt [ 15728 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050624-02.txt [ 15731 ] |
Ralf Joachim
made changes -
| Attachment | patch-C1018-20050627.txt [ 15752 ] |
Ralf Joachim
made changes -
| Attachment | patch-C1018-20050628.txt [ 15765 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050701.txt [ 15780 ] |
Ralf Joachim
made changes -
| Link | This issue is depended upon by CASTOR-1163 [ CASTOR-1163 ] |
Ralf Joachim
made changes -
| Attachment | patch-C1018-20050704.txt [ 15813 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050705.txt [ 15817 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050705-02.txt [ 15819 ] |
Werner Guttmann
made changes -
| Attachment | patch.20050708.txt [ 15870 ] |
Ralf Joachim
made changes -
| Attachment | patch-C1018-20050715.txt [ 15923 ] |
Ralf Joachim
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Ralf Joachim
made changes -
| Link |
This issue is duplicated by |
Werner Guttmann
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Created an attachment (id=922)
Initial test cases
Please expand this patch into src/examples for simplicity sake ..
. Whilst
this is not complete, it shows where we shoudl be heading wrt to supporting
polymorphism.