Details
Description
At the moment MappingLoader's first create a ClassDescriptorImpl instance which later on gets passed to constrator of concrete JDO/XML Classdescriptor. At the whole creation process of ClassDescriptors there are lot of checks for missing or wrong mapping information. My feeling is that quite some if the problems are check twice or more times.
The way i like to go here is to create JDO/XMLClassDescriptors at once without intermediate ClassDescriptorImpl. I also like to move away from passing all information through constrator. Instead I want to set most of the information required for CD after construction through setter methods.
Attachments
Issue Links
| This issue depends upon: | ||||
| CASTOR-1683 | Create a test case that checks wether IDREF object structures are correctly unmarshalled |
|
|
|
Preview of work in progress.